@include('front.layout.head')
@include('front.layout.header') {{-- content --}} @yield('content') {{-- end content --}} @include('front.layout.footer') @include('front.layout.search') @include('front.layout.script') @yield('scripts');