@if(get_session_language()->rtl == 1) @else @endif
@yield('meta_title', get_setting('website_name').' | '.get_setting('site_motto'))
@yield('meta') @if(!isset($detailedProduct) && !isset($customer_product) && !isset($shop) && !isset($page) && !isset($blog))
@endif
@if(get_session_language()->rtl == 1)
@endif
@if (get_setting('google_analytics') == 1) @endif @if (get_setting('facebook_pixel') == 1)
@endif @php echo get_setting('header_script'); @endphp
@include('frontend.inc.nav') @yield('content') @include('frontend.inc.footer')
@if (get_setting('show_cookies_agreement') == 'on')
@php echo get_setting('cookies_agreement_text'); @endphp
{{ translate('Ok. I Understood') }}
@endif @if (get_setting('show_website_popup') == 'on')
{!! get_setting('website_popup_content') !!}
@if (get_setting('show_subscribe_form') == 'on')
@csrf
{{ translate('Subscribe Now') }}
@endif
@endif @include('frontend.partials.modal') @include('frontend.partials.account_delete_modal')
×
@yield('modal') @if (get_setting('facebook_chat') == 1)
@endif @if (addon_is_activated('otp_system')) @endif @yield('script') @php echo get_setting('footer_script'); @endphp