{!! Form::open(['route' => 'public.send.contact', 'method' => 'POST', 'class' => 'contact-form']) !!}
@if (setting('enable_captcha') && is_plugin_active('captcha'))
{!! Captcha::display() !!}
@endif

{!! clean(__('The field with (*) is required.')) !!}

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