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