{{--
--}}
@lang($pageTitle)
@stack('head-script')
@if($global->rounded_theme)
@endif
{!! Form::open(['id'=>'createLead','class'=>'ajax-form','method'=>'POST']) !!}
@foreach ($leadFormFields as $item) @if($item->field_name != 'message')
@lang('modules.lead.'.$item->field_name)
@else
@lang('modules.lead.'.$item->field_name)
@endif @endforeach @if($global->lead_form_google_captcha == 1 && $superadmin->google_captcha_version=="v2" && $superadmin->google_recaptcha_status)
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif
@lang('app.save')
@lang('app.reset')
{!! Form::close() !!}
@if($superadmin->google_recaptcha_status && $superadmin->google_captcha_version=="v3" && $global->lead_form_google_captcha == 1) @endif