@include('front.layouts.head') @stack('head-scripts')
{{--
--}}
@include('front.layouts.header') @yield('content') @include('front.layouts.footer')
@include('front.layouts.scripts') @stack('footer-scripts')