@include('front.layouts.head') @yield('extra-heads') @include('front.layouts.header') @yield('content') @include('front.layouts.footer') @include('front.layouts.scripts') @yield('extra-scripts')