Period: {{ ucfirst($period) }}
Date Range: {{ $startDate->format('F j, Y') }} to {{ $endDate->format('F j, Y') }}
Generated on: {{ now()->format('F j, Y g:i A') }}
| Department | Total Incidents | Open | Investigating | Closed | Critical | Injury/Illness |
|---|---|---|---|---|---|---|
| {{ $dept['name'] }} | {{ $dept['total_incidents'] }} | {{ $dept['open'] }} | {{ $dept['investigating'] }} | {{ $dept['closed'] }} | {{ $dept['critical'] }} | {{ $dept['injury'] }} |