rtl_available == 1) dir="rtl" @endif> @if(env('GOOGLE_TAG_MANAGER_ID') != '' && env('GOOGLE_TAG_MANAGER_ENABLED') == true) @include('googletagmanager::head') @endif @if(env('FACEBOOK_PIXEL_ID') != '') @include('facebook-pixel::head') @endif @yield('meta_tags') @yield('title') {{ $title }} @if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' && env('PWA_ENABLE') == 1) @laravelPWA @endif @if(selected_lang()->rtl_available == 1) @endif @include('front.layout.patterns.pattern1') @include('front.layout.patterns.pattern2') @include('front.layout.patterns.pattern3') @include('front.layout.patterns.pattern4') @include('front.layout.patterns.pattern5') @if(file_exists(public_path().'/css/custom-style.css')) @endif @notify_css @yield('head-script') @yield('stylesheet') @include('sweet::alert') @if(env("ENABLE_PRELOADER") == 1)
preloader
@endif
@include('front.layout.header')
@yield('body') @if(!empty($footer3_widget ))
@endif @if(count($brands) > 0) @endif
@php $enable_newsletter_widget = App\Widgetsetting::where('name','newsletter')->first(); @endphp @if($enable_newsletter_widget->home == '1' && isset($enable_newsletter_widget) || $enable_newsletter_widget->shop == "1")

@lang("staticwords.newsletterheading")

@lang("staticwords.newsletterwords")
@csrf
@endif
@if(env('GOOGLE_TAG_MANAGER_ID') != '' && env('GOOGLE_TAG_MANAGER_ENABLED') == true) @include('googletagmanager::body') @endif @if(env('FACEBOOK_PIXEL_ID') != '') @include('facebook-pixel::body') @endif @include('cookieConsent::index') @notify_js @notify_render @if(Request::ip() != '::1' && env('MESSENGER_CHAT_BUBBLE_URL') != '') @endif @if(selected_lang()->rtl_available == 1) @else @endif @if(file_exists(public_path().'/js/custom-js.js')) @endif @php $wp = \DB::table('whatsapp_settings')->first(); @endphp @if(isset($wp) && $wp->status == 1) @endif @if(strlen( env('ONESIGNAL_APP_ID',""))>4) @endif @yield('script')