@php use App\Models\IncidentStatus; $caseStatus = IncidentStatus::where('victimid', $id)->first() ?? new IncidentStatus(); @endphp