@php $subscriberContent=App\Setting::first(); $subscribeImage=App\BannerImage::first(); $website_lang=App\ManageText::all(); @endphp @if ($subscriberContent->live_chat==1) @endif
@php $partners=App\Partner::where('status',1)->get(); @endphp
@php $contact=App\ContactUs::first(); $contactInformation=App\ContactInformation::first(); $logo=App\Setting::first(); $navbar=App\ManageNavigation::first(); $navigation=App\Navigation::first(); $setting=App\Setting::first(); $isRtl=$setting->text_direction; @endphp @php $cookie=App\Setting::first(); $setting=App\Setting::first(); @endphp @if ($cookie->allow_cookie_consent==1) @endif
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif