Contact Us

Phone Number :

{{$about_company?->contact_1}}

Email :

{{$about_company?->email_1}}

Location :

{{$about_company?->location}}
@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('subject'))
{{ $errors->first('subject') }}
@endif
@if($errors->has('phone_number'))
{{ $errors->first('phone_number') }}
@endif
@if($errors->has('message'))
{{ $errors->first('message') }}
@endif