@include('partials.header') @include('partials.sidenav')
@yield('body_section')
@include('partials.footer')