@include('partials.header')
@include('partials.sidebar')
@yield('content')
@include('partials.footer')