@isset($activeSettingMenu) @endisset @stack('styles')
@foreach ($leadFormFields as $item) @if ($item->custom_fields_id === null) @if ($item->field_name == 'country')
@foreach ($countries as $item) @endforeach
@else
@endif @else @if($item->customField->type == 'text')
@elseif($item->customField->type == 'password')
@elseif($item->customField->type == 'number')
@elseif($item->customField->type == 'textarea')
@elseif($item->customField->type == 'radio')
@foreach (json_decode($item->customField->values) as $key => $value) @endforeach
@elseif($item->customField->type == 'select')
@foreach(json_decode($item->customField->values) as $item) @endforeach
@elseif($item->customField->type == 'date')
@elseif($item->customField->type == 'checkbox')
@foreach (json_decode($item->customField->values) as $key => $value) @endforeach
@endif @endif @endforeach @if(global_setting()->google_recaptcha_status == 'active' && global_setting()->google_recaptcha_v2_status == 'active' && global_setting()->ticket_form_google_captcha == 1)
@endif {{-- This is used for google captcha v3 --}} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@if(global_setting()->google_recaptcha_status == 'active' && global_setting()->google_recaptcha_v2_status == 'active') @endif @if(global_setting()->google_recaptcha_status == 'active' && global_setting()->google_recaptcha_v3_status == 'active') @endif