@foreach ($leadFormFields as $item)
@if ($item->field_name == 'country')
@foreach ($countries as $item)
@endforeach
@else
@endif
@endforeach
@if($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v2_status == 'active' && $global->ticket_form_google_captcha == 1)
@endif
{{-- This is used for google captcha v3 --}}
@if ($errors->has('g-recaptcha-response'))