@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') @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