@php $locale = config('app.locale'); $main_menu = nova_get_menu_by_slug('footer',$locale) ; $contact_us_link = App\Models\Page::where('template','contact')->where('lang',config('app.locale'))->first(); $services = App\Models\Service::where('status','1')->where('lang',config('app.locale'))->get(); @endphp @php $info = SG::gvs([ 'address_'.config('app.locale'), 'phone', 'email', 'header_time_'.config('app.locale'), 'map_1', 'map_2', 'facebook', 'twitter', 'linkedin', 'youtube', 'instagram' ]); @endphp واتس آب

{{ __('site.contact_us')}}

@csrf
@if(Session::has('appointment_message'))

{{ Session::get('appointment_message') }}

@endif
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
@if($errors->has('contact_message'))

{{ $errors->first('contact_message') }}

@endif
{!! GoogleReCaptchaV3::renderField('contact_us_id','contact_us') !!}

{{ __('site.footer_text1')}}

{{ __('site.footer_text2')}}

{!! GoogleReCaptchaV3::init() !!} @stack('js')