@stack('head-script') @if($global->rounded_theme) @endif
@csrf
@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 && $global->google_recaptcha)
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif