{{ $provider->provider->name }}
{{ $provider->provider->designation }}
@php $setting = App\Models\Setting::select('logo','favicon','topbar_phone','topbar_email','opening_time','selected_theme','text_direction')->first(); $social_icons = App\Models\FooterSocialLink::select('icon','link')->get(); $custom_pages = App\Models\CustomPage::where('status',1)->get(); $googleAnalytic = App\Models\GoogleAnalytic::first(); $facebookPixel = App\Models\FacebookPixel::first(); $menus = App\Models\MenuVisibility::all(); @endphp
@yield('title') @yield('meta') @if ($setting->text_direction == 'rtl') @endif @include('theme_color_css') @if ($googleAnalytic->status == 1) @endif @if ($facebookPixel->status == 1) @endif @yield('frontend-content') @php $setting = App\Models\Setting::select('logo','footer_logo')->first(); $social_icons = App\Models\FooterSocialLink::select('icon','link')->get(); $footer_informations = App\Models\Footer::select('email','phone','address','copyright','payment_image','about_us','first_column','second_column')->first(); $first_col_links = App\Models\FooterLink::where('column',1)->get(); $second_col_links = App\Models\FooterLink::where('column',2)->get(); $tawk_setting = App\Models\TawkChat::first(); $cookie_consent = App\Models\CookieConsent::first(); @endphp @auth('web') @else @endauth @auth('web') @endauth