{!! Cache::get('extra_header') !!} @stack('css') @include('front.layouts.header') @include('front.layouts.header-mobile') @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif @yield('content') @include('front.layouts.footer') @include('front.layouts.mobile-menu') @include('front.modals.categories') @include('front.modals.favorites') @include('front.modals.wallet') @include('front.modals.login') @if (Cache::get('popup_active') == 1) @endif @if (Session::has('success')) @endif @if (Session::has('error')) @endif {!! Cache::get('extra_footer') !!} @stack('js')