@php $checlistArray = $checklist_ids ?? []; @endphp

{{__('lang.select_checklist')}}

@foreach (\App\Models\NocDocument::active()->get() as $checklist_item)
id,$checlistArray)) checked @endif>
{{ $checklist_item->name }} @if ($checklist_item->is_required) * @endif
@endforeach