@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
#
@lang('app.fields')
@lang('app.status')
@csrf @method('POST')
@foreach ($leadFormFields as $item)
@lang('modules.leads.' . $item->field_name)
@if ($item->required == 0)
status == 'active') checked @endif class="js-switch change-setting" data-color="#99d683" data-size="small" data-setting-id="{{ $item->id }}" />
@endif
@endforeach @if ($global->google_recaptcha == 1)
@lang('modules.tickets.googleCaptcha')
lead_form_google_captcha == 1) checked @endif class="js-switch change-setting" data-color="#99d683" data-size="small" data-setting-id="0" />
@endif

@lang('modules.lead.iframeSnippet')

<iframe src="{{ route('front.leadForm') }}" width="100%" frameborder="0"></iframe>

@lang('app.preview')


@endsection @push('footer-script') @endpush