{{----}} @lang($pageTitle) @stack('head-script') @if($global->rounded_theme) @endif
{!! Form::open(['id'=>'createLead','class'=>'ajax-form','method'=>'POST']) !!}
@foreach ($leadFormFields as $item) @if($item->field_name != 'message')
@else
@endif @endforeach @if($global->lead_form_google_captcha == 1 && $superadmin->google_captcha_version=="v2" && $superadmin->google_recaptcha_status)
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif
{!! Form::close() !!}
@if($superadmin->google_recaptcha_status && $superadmin->google_captcha_version=="v3" && $global->lead_form_google_captcha == 1) @endif