@yield('header') @include('partials.nav') @yield('body') @yield('content') @include('partials.scripts') @stack('scripts')