@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')
@endif