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