@extends('layouts.front-end.app') @section('title',translate('contact_us')) @push('css_or_js') @endpush @section('content')

{{translate('send_us_a_message')}}

@csrf
@php($recaptcha = getWebConfig(name: 'recaptcha')) @if(isset($recaptcha) && $recaptcha['status'] == 1)

@else @endif
@endsection @push('script') @if(isset($recaptcha) && $recaptcha['status'] == 1) @endif @endpush