| 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
| Location |
Type |
Size |
Year |
✔ / ✖ |
Comments |
@foreach(($data['extinguishers'] ?? []) as $row)
| {{ $row['location'] ?? '' }} |
{{ $row['type'] ?? '' }} |
{{ $row['size'] ?? '' }} |
{{ $row['year'] ?? '' }} |
{{ $row['status'] ?? '' }} |
{{ $row['comments'] ?? '' }} |
@endforeach
Comments: {{ $data['notes']['comments'] ?? '' }}