@include('partial.head')
@stack('styles')
@include('partial.header') @yield('content') @include('partial.footerContent')
@include('partial.footer') @yield('footerScripts') @stack('scripts')