@php $topbar_contact = App\Models\ContactPage::first(); $setting = App\Models\Setting::first(); $customPages = App\Models\CustomPage::all(); $social_links = App\Models\FooterSocialLink::get(); $facebookPixel = App\Models\FacebookPixel::first(); $menus = App\Models\MenuVisibility::all(); $languages = App\Models\Language::all(); $google_analytic = App\Models\GoogleAnalytic::first(); @endphp
@yield('title') @yield('meta') @if (session()->has('text_direction') && session()->get('text_direction') == 'rtl') @elseif ($setting->text_direction == 'rtl') @endif {{-- @include('user.theme_style') --}} @if ($google_analytic->status == 1) @endif @if ($facebookPixel->status == 1) @endif @include('theme_style') @yield('user-content') @php $footer_contact = App\Models\Footer::first(); $setting = App\Models\Setting::first(); $modalConsent = App\Models\CookieConsent::first(); $social_links = App\Models\FooterSocialLink::get(); $tawk_chat = App\Models\TawkChat::first(); @endphp @if ($tawk_chat->status == 1) @endif @if ($modalConsent->status == 1) @endif