{{ __('Address') }}

{{ theme_option('address') }}

{{ __('Email Address') }} {{ theme_option('email') }}
{{ __('Phone') }}

{{ theme_option('hotline') }}

{{ __('Maps') }}

{{ __('Get In touch') }}

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