@if($is_disabled && !$isAdmin) @endif
{!!Helper::getClientManageDropDown(['selectedClientId' => ($data['client_id'] ?? ''), 'isRequired' => true,'inputDivClass' => 'col-12'])!!}

Must be completed by the person making Report
@php $isStaffUser = auth()->user() && auth()->user()->hasRole('staff'); $isNewRecord = empty($data['id'] ?? null); @endphp
@if($isAdmin)
@endif

Incident Type


@if(!empty($InsidentReportTypes)) @foreach($InsidentReportTypes as $index => $irdata)
@endforeach @endif @php $count = count($InsidentReportTypes); @endphp @if(empty($InsidentReportTypes))
@endif

Person Involved in Event

@if(!empty($personEvent)) @foreach($personEvent as $index => $mdata)
{{--
--}}
@endforeach @endif @php $count = count($personEvent); @endphp @if(empty($personEvent))
{{--
--}}
@endif