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

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
#
@lang('app.fields')
@lang('app.status')
@csrf @method('PUT')
@foreach ($ticketFormFields as $item)
@lang('modules.tickets.'.$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')
ticket_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.ticketForm') }}" width="100%" frameborder="0"></iframe>

@lang('app.preview')


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