{{ theme_option('site_title') }}

{{ __('Address') }}: {{ theme_option('address') }}

{{ __('Hotline') }}: {{ theme_option('hotline') }}

{!! Form::open(['route' => 'public.send.contact', 'class' => 'form--contact contact-form', 'method' => 'POST']) !!}
{!! apply_filters('after_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(['class' => 'form-control', 'id' => 'math-group']) !!}
@endif @endif {!! apply_filters('after_contact_form', null) !!}

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

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