{{ __('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']) !!}
@if (setting('enable_captcha') && is_plugin_active('captcha'))
{!! Captcha::display() !!}
@endif
{!! Form::close() !!}