@include('front.layouts.partials._meta') @stack('css') @stack('css') @include('front.layouts.base._switcher') @include('front.layouts.base._loader')
@include('front.layouts.base._header') @yield('content') @include('front.layouts.base._footer')
@if(request()->has('cat')) @endif @if(request()->has('brand_id')) @endif
@include('front.layouts.partials._scripts') @stack('js')