@php $footer_contact=App\ContactUs::first(); $setting=App\Setting::first(); $contactInfo=App\ContactInformation::first(); $footer_banner=App\BannerImage::find(22); $navigations=App\Navigation::all(); $websiteLang=App\ManageText::all(); @endphp @if ($setting->live_chat==1) @endif @php $modalConsent=App\ModalConsent::first(); @endphp @if ($modalConsent->status==1) @endif
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif