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