@csrf

{{ __('Contact') }}

@if(! RealEstateHelper::isHiddenFieldAtConsultForm('phone'))
@endif @if(! RealEstateHelper::isHiddenFieldAtConsultForm('email'))
@endif
@if (setting('enable_captcha') && is_plugin_active('captcha'))
{!! Captcha::display() !!}
@endif
@if( theme_option('show_whatsapp_button_on_consult_form', false) && ($whatsappPhoneNumber = ($data->author && $data->author->phone ? $data->author->phon : theme_option('default_whatsapp_phone_number'))) )

{{ __('or') }}
@endif {!! apply_filters('consult_form_extra_info', null, $data) !!}