@php $statusRows = isset($incidentStatuses) && $incidentStatuses->count() ? $incidentStatuses : collect([new \App\Models\IncidentStatus()]); @endphp
Record the current status. Status history can be updated progressively over time.