@stack('head-script') @if($global->rounded_theme) @endif
@csrf
@foreach ($leadFormFields as $item) @if($item->field_name != 'message')
@else
@endif @endforeach @if($global->lead_form_google_captcha == 1 && $global->google_recaptcha)
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif