{{ __('Contact Us') }}

{{-- Message Alert --}} @if (Session::has('message'))

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

{{ __('Please wait for the reply to be sent.') }}

@endif {{-- Contact Form --}}
@csrf
{{-- ReCaptcha --}} @include('templates.includes.recaptcha', [ 'recaptchaId' => 'recaptcha-one', ])