{{----}} @lang($pageTitle) @stack('head-script') @if($global->rounded_theme) @endif
{!! Form::open(['id'=>'createLead','class'=>'ajax-form','method'=>'POST']) !!}
@foreach ($ticketFormFields as $item) @if($item->field_type == 'textarea')
@elseif($item->field_type == 'select') @if($item->field_name == 'type')
@else
@endif @else
@endif @endforeach @if($global->ticket_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