@if ($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 ($rtl == 1)
@endif
@if (get_setting('google_analytics') == 1) @endif @if (get_setting('facebook_pixel') == 1)
@endif
@include('frontend.inc.nav') @yield('content') @include('frontend.inc.footer')
@if(get_setting('use_floating_buttons') == 1) @include('frontend.inc.floating_buttons') @endif
@if (env("DEMO_MODE") == "On") @include('frontend.inc.demo_nav') @endif
@foreach ($custom_alerts as $custom_alert) @if($custom_alert->id == 1)
{!! $custom_alert->description !!}
{{ translate('Ok. I Understood') }}
@else
{!! $custom_alert->description !!}
@endif @endforeach
@foreach ($dynamic_popups as $key => $dynamic_popup) @if($dynamic_popup->id == 1)
{{ $dynamic_popup->title }}
{{ $dynamic_popup->summary }}
@if ($dynamic_popup->show_subscribe_form == 'on')
@csrf
{{ $dynamic_popup->btn_text }}
@endif
@else
{{ $dynamic_popup->title }}
{{ $dynamic_popup->summary }}
{{ $dynamic_popup->btn_text }}
@endif @endforeach @include('frontend.partials.modal') @include('frontend.partials.account_delete_modal')
×
@yield('modal') @if (get_setting('whatsapp_chat') == 1) @endif @if (env("DEMO_MODE") == "On") @endif @yield('script') ?>