{!! Cache::get('extra_header') !!} @stack('css')
@include('front.layouts.header') @include('front.layouts.header-mobile') @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $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)
{{ Cache::get('popup_title') }}
{!! Cache::get('popup_content') !!}
@if (Cache::get('popup_button_name') != null)
{{ Cache::get('popup_button_name') }}
@endif
@endif @if (Session::has('success')) @endif @if (Session::has('error')) @endif {!! Cache::get('extra_footer') !!} @stack('js')