{{__('frontend.Contact Information')}}

{{__('frontend.contact_subtitle')}}

@if(!empty(Settings('address') ))

{!!Settings('address') ? Settings('address') : '89/2 Panthapath, Dhaka 1215, Bangladesh' !!}

@endif @if(!empty(Settings('phone') ))

{!!Settings('phone') !!}

@endif @if(!empty(Settings('email') ))

{!!Settings('email') !!}

{{__('frontend.Send us your query anytime')}}!

@endif

{{__('frontend.Send Us Message')}}

@csrf
{{$errors->first('name')}} {{$errors->first('email')}} {{$errors->first('subject')}}
{{$errors->first('message')}}
@if(saasEnv('NOCAPTCHA_FOR_CONTACT')=='true') @if(saasEnv('NOCAPTCHA_IS_INVISIBLE')=="true") {!! NoCaptcha::display(["data-size"=>"invisible"]) !!} {!! NoCaptcha::renderJs() !!} @else {!! NoCaptcha::display() !!} {!! NoCaptcha::renderJs() !!} @endif @if ($errors->has('g-recaptcha-response')) {{$errors->first('g-recaptcha-response')}} @endif @endif
@if(saasEnv('NOCAPTCHA_FOR_CONTACT')=='true' && saasEnv('NOCAPTCHA_IS_INVISIBLE')=="true") @else @endif