@extends('layouts.app') @push('datatable-styles') @endpush @section('content')
#
@lang('app.fields')
@lang('app.status')
@foreach ($leadFormFields as $item)
@lang('modules.leads.'.$item->field_name)
@if ($item->field_name != 'name' && $item->field_name != 'email')
status == 'active') checked @endif id="{{ $item->id }}">
@else -- @endif
@endforeach @if($global->google_recaptcha_status == 'active')
@lang('modules.tickets.googleCaptcha')
lead_form_google_captcha == 1) checked @endif>
@endif

@lang('modules.lead.iframeSnippet')

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

@lang('app.preview')

@endsection @push('scripts') @endpush