{!! Form::open(['route' => 'public.send.contact', 'method' => 'POST', 'class' => 'contact-form']) !!}
{!! apply_filters('pre_contact_form', null) !!}
@if (is_plugin_active('captcha')) @if (Captcha::reCaptchaEnabled())
{!! Captcha::display() !!}
@endif @if (Captcha::mathCaptchaEnabled() && setting('enable_math_captcha_for_contact_form', 0))
{!! app('math-captcha')->input(['class' => 'contact-form-input', 'id' => 'math-group']) !!}
@endif @endif {!! apply_filters('after_contact_form', null) !!}

{!! BaseHelper::clean(__('The field with (:asterisk) is required.', ['asterisk' => '*'])) !!}

{!! Form::close() !!}