@php $data = $data ?? $report->normalized(); @endphp
Portable Extinguishers & Emergency Lighting

Account: {{ $data['account']['name'] ?? '' }} Date of Service: {{ $data['service']['date'] ?? '' }}
Contact: {{ $data['contact']['name'] ?? '' }} Start: {{ $data['service']['start_time'] ?? '' }}
Address: {{ $data['account']['address'] ?? '' }} End: {{ $data['service']['end_time'] ?? '' }}
Technician: {{ $data['service']['technician'] ?? '' }} Frequency: {{ $data['service']['frequency'] ?? '' }}
Last Service Date: {{ $data['service']['last_service_date'] ?? '' }}

Fire Extinguishers
@foreach(($data['extinguishers'] ?? []) as $row) @endforeach
Location Type Size Year ✔ / ✖ Comments
{{ $row['location'] ?? '' }} {{ $row['type'] ?? '' }} {{ $row['size'] ?? '' }} {{ $row['year'] ?? '' }} {{ $row['status'] ?? '' }} {{ $row['comments'] ?? '' }}

Comments: {{ $data['notes']['comments'] ?? '' }}
Emergency Lighting
@foreach(($data['emergency_lights'] ?? []) as $row) @endforeach
Location V-in Unit Size Batt Size # Date Bulbs Pass Fail Comments
{{ $row['location'] ?? '' }} {{ $row['vin'] ?? '' }} {{ $row['unit_size'] ?? '' }} {{ $row['batt_size'] ?? '' }} {{ $row['batts'] ?? '' }} {{ $row['date'] ?? '' }} {{ $row['bulbs'] ?? '' }} {{ $row['pass'] ? '✔' : '' }} {{ $row['fail'] ? '✖' : '' }} {{ $row['comments'] ?? '' }}
Notes
@for($i = 0; $i < 25; $i++)
@endfor