Contact Us
Phone Number :
{{$about_company?->contact_1}}
Email :
{{$about_company?->email_1}}
Location :
{{$about_company?->location}}
@csrf
Your Name
*
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
Your Email
*
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
Subject
*
@if($errors->has('subject'))
{{ $errors->first('subject') }}
@endif
Phone Number
*
@if($errors->has('phone_number'))
{{ $errors->first('phone_number') }}
@endif
Message
*
{{ old('message') }}
@if($errors->has('message'))
{{ $errors->first('message') }}
@endif
Send Message