#
@lang('app.fields')
@lang('app.status')
{!! Form::open(['id'=>'editSettings','class'=>'ajax-form form-horizontal','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($superadmin->google_recaptcha_status == 1)
@lang('modules.tickets.googleCaptcha')
@endif
{!! Form::close() !!}
@lang('modules.lead.iframeSnippet')
<iframe src="{{ route('front.ticketForm', md5(company()->id)) }}" width="100%" frameborder="0"></iframe>