@include('front.pages.store.head')
@yield('css')
@if(auth()->check())
@endif
{{--
--}}
@include('front.pages.store.header')
@include('front.partials.validation_errors')
@yield('content')
@include('front.pages.store.footer')
@if(app()->getLocale()=='ar')
@endif
@yield('scripts')
@include('front.partials.app_js')
@include('front.pages.checkout.modal')