@extends('layouts.app') @push('datatable-styles') @endpush @section('content')
#
@lang('app.fields')
@lang('app.status')
@foreach ($ticketFormFields as $item)
@lang('modules.tickets.'.$item->field_name)
@if (!in_array($item->field_name, ['name', 'email', 'ticket_subject', 'message']))
status == 'active') checked @endif id="{{ $item->id }}">
@else -- @endif
@endforeach @if ($global->google_recaptcha_status == 'active')
@lang('modules.tickets.googleCaptcha')
ticket_form_google_captcha == 1) checked @endif>
@endif

@lang('modules.lead.iframeSnippet')

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

@lang('app.preview')

@endsection @push('scripts') @endpush