@include('includes.head')
@include('includes.nav') @yield('content') @include('includes.footer')
@stack('scripts') @yield('scripts')