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

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

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