Department Incident Report

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') }}

@foreach($departmentStats as $dept) @endforeach
Department Total Incidents Open Investigating Closed Critical Injury/Illness
{{ $dept['name'] }} {{ $dept['total_incidents'] }} {{ $dept['open'] }} {{ $dept['investigating'] }} {{ $dept['closed'] }} {{ $dept['critical'] }} {{ $dept['injury'] }}