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