@include('includes.front.header-alerts')
@yield('sidebar')
@yield('content')
{{-- Brands Slider --}}
@if(config('settings.brands_slider_enable'))
@include('partials.front.sliders.brands-slider')
@endif
@yield('footer')
@include('partials.front.footer')
{{----}}
@include('includes.front.footer-toaster')
@include('includes.front.live-chat-widget')
@yield('scripts')