@include('_partials.header')
@yield('content')
@include('_partials.footer')
@stack('scripts')