@include('front.layouts.partials._meta') @stack('css') @include('front.layouts.base._switcher') @include('front.layouts.base._loader')
@include('front.layouts.base._header') @yield('content') @include('front.layouts.base._footer')
@include('front.layouts.partials._scripts') @stack('js')