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