{{ __('Drop Us a Line') }}

{{ __('Contact Us For Any Questions') }}

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