@include('pdfs.service-reports.partials.header', [
'report' => $report,
'title' => 'Fire Suppression System Report',
])
|
Account
| Site |
{{ $accountDisplay }} |
| Owner/Auth |
{{ $ownerAuthorizedAgentDisplay }} |
| Address |
{{ $addressLine1 }} |
| City |
{{ $city }} |
| Province |
{{ $province }} |
| Postal Code |
{{ $postalCode }} |
| Phone |
{{ $phone }} |
| Date of Service |
{{ $reportDate }} Time {{ $startTime }} |
| Service Technician |
{{ $technician }} |
|
Fixed Extinguishing System
| System Type |
{{ $systemTypeLabel }} |
| Manufacturer |
{{ $manufacturer }} |
| Model |
{{ $model }} |
| Serial No. |
{{ $serial }} |
| Fusible Link |
{{ $fusibleLink1 }} |
| Fusible Link |
{{ $fusibleLink2 }} |
| Fusible Link |
{{ $fusibleLink3 }} |
| Other |
{{ $otherDetail }} |
| Shutoff |
{{ $shutoffDisplay }} |
| Cylinder Master Size |
{{ $cylinderMasterSize }} |
| Cylinder Slave Size |
{{ $cylinderSlaveSize1 }} |
| Cylinder Slave Size |
{{ $cylinderSlaveSize2 }} |
| Cylinder Slave Size |
{{ $cylinderSlaveSize3 }} |
|
Equipment Protected (left to right)
| {{ $equipment1 !== '' ? $equipment1 : '—' }} |
{{ $equipment2 !== '' ? $equipment2 : '—' }} |
{{ $equipment3 !== '' ? $equipment3 : '—' }} |
{{ $equipment4 !== '' ? $equipment4 : '—' }} |
Mark appropriate: “✓” Yes - Acceptable, “X” No - Unacceptable, “N/A” - Not Applicable. All No answers shall be explained in Comments.
|
Inspections
| Item |
✓ |
X |
N/A |
@foreach($inspectionRows as $row)
| {{ $row['label'] }} |
{{ $statusMark($row['answer'], 'pass') }} |
{{ $statusMark($row['answer'], 'fail') }} |
{{ $statusMark($row['answer'], 'na') }} |
@endforeach
|
Semi-Annual Inspection
| Item |
✓ |
X |
N/A |
@foreach($semiAnnualRows as $row)
| {{ $row['label'] }} |
{{ $statusMark($row['answer'], 'pass') }} |
{{ $statusMark($row['answer'], 'fail') }} |
{{ $statusMark($row['answer'], 'na') }} |
@endforeach
|
Maintenance Items / Hydrostatic Test Required Every 12 Years
| Item |
✓ |
X |
N/A |
@foreach($maintenanceAndHydrostaticRows as $row)
| {{ $row['label'] }} |
{{ $statusMark($row['answer'], 'pass') }} |
{{ $statusMark($row['answer'], 'fail') }} |
{{ $statusMark($row['answer'], 'na') }} |
@endforeach
| Last date test |
{{ $lastTestYear }} |
@include('pdfs.service-reports.partials.footer')
@include('pdfs.service-reports.partials.header', [
'report' => $report,
'title' => 'Fire Suppression System Report',
])
Additional Notes
{{ $additionalNotes !== '' ? $additionalNotes : '—' }}
@include('pdfs.service-reports.partials.footer')