@foreach ($ticketFormFields as $item)
@if ($item->field_type == 'textarea')
@elseif($item->field_type == 'select')
@if ($item->field_name == 'type')
@forelse($types as $type)
@empty
@endforelse
@else
@endif
@else
@endif
@endforeach
@if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v2_status == 'active' && $global->lead_form_google_captcha == 1)
@endif
{{-- This is used for google captcha v3 --}}
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif