@stack('head-script')
@if($global->rounded_theme)
@endif
@csrf
@foreach ($leadFormFields as $item) @if($item->field_name != 'message')
@lang('modules.leads.'.$item->field_name)
@else
@lang('modules.leads.'.$item->field_name)
@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
@lang('app.save')
@lang('app.reset')