@include('frontend.partials.head') @stack('custom-css') @if(app()->getLocale()=='ar') @endif
@include('frontend.partials.header')
@yield('content')
@include('frontend.partials.footer') @include('frontend.partials.scripts') @stack('custom-script')