{{ theme_option('site_title') }}

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

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

{!! $form ->setFormOption('class', 'form--contact contact-form') ->setFormInputClass('form-control') ->add('helper_text', 'html', ['html' => '

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

']) ->modify( 'submit', 'submit', Botble\Base\Forms\FieldOptions\ButtonFieldOption::make() ->cssClass('btn--custom btn--outline btn--rounded') ->label(__('Send')) ->wrapperAttributes(['class' => 'form__submit']) ->toArray(), true ) ->renderForm() !!}