{{ __('Address') }}: {{ theme_option('address') }}
{{ __('Hotline') }}: {{ theme_option('hotline') }}
' . 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() !!}