Reference Number
Date
Issuer (Inspector) Details
Project Details
| Item | Total Qty | Qty Damaged/Defective | Urgent Action Required | Remarks | Attachments |
|---|---|---|---|---|---|
| {{ $itemName }} | {{ $total ?: '-' }} | {{ $defectiveDisplay }} | {{ $urgentDisplay }} | {{ $remarks ?: '-' }} |
@if(is_array($attachments) && count($attachments) > 0)
@foreach($attachments as $filePath)
@php
$fileUrl = asset('storage/' . $filePath);
$ext = strtolower(pathinfo($filePath, PATHINFO_EXTENSION));
@endphp
@if(in_array($ext, ['jpg', 'jpeg', 'png']))
|
| Item | Total Qty | Status | Urgent Rectification | Remarks | Attachments |
|---|---|---|---|---|---|
| {{ $itemName }} | {{ $total ?: '-' }} | {{ $statusDisplay }} | {{ $urgentDisplay }} | {{ $remarks ?: '-' }} |
@if(is_array($attachments) && count($attachments) > 0)
@foreach($attachments as $filePath)
@php
$fileUrl = asset('storage/' . $filePath);
$ext = strtolower(pathinfo($filePath, PATHINFO_EXTENSION));
@endphp
@if(in_array($ext, ['jpg', 'jpeg', 'png']))
|
No data recorded for this system.
@endifNo inspection data recorded for this block.
@endif @elseNo inspection data recorded for this block.
@endif| Item | Total Qty | Qty Damaged/Defective | Urgent Action Required | Remarks | Attachments |
|---|---|---|---|---|---|
| ' . e($itemName) . ' | ' . ($total ?: '-') . ' | ' . ($defectiveDisplay ?: '-') . ' | ' . ($urgentDisplay ?: '-') . ' | ' . ($remarks ?: '-') . ' | ';
if (is_array($attachments) && count($attachments) > 0) {
foreach ($attachments as $fp) {
$fileUrl = asset('storage/' . $fp);
$ext = strtolower(pathinfo($fp, PATHINFO_EXTENSION));
if (in_array($ext, ['jpg','jpeg','png'])) echo " |
| Item | Status | Urgent Rectification | Remarks | Attachments |
|---|---|---|---|---|
| ' . e($itemName) . ' | ' . ($statusDisplay ?: '-') . ' | ' . ($urgentDisplay ?: '-') . ' | ' . ($remarks ?: '-') . ' | ';
if (is_array($attachments) && count($attachments) > 0) {
foreach ($attachments as $fp) {
$fileUrl = asset('storage/' . $fp);
$ext = strtolower(pathinfo($fp, PATHINFO_EXTENSION));
if (in_array($ext, ['jpg','jpeg','png'])) echo " |
| Used Items |
|---|
{{ $report->notes_used_items ?? 'No notes provided.' }}
| Reference (Item/Equipment) | Photo Attachments | Remarks / Label |
|---|---|---|
| {{ $photo['reference'] ?? '-' }} | @if(!empty($photo['files'])) @else No files @endif | {{ $photo['label'] ?? '-' }} |
No equipment-specific photos attached.
@endifAll components designated for inspection at the site, standards of practiced person are inspected except as may be noted in the limitations of inspection sections within this report. This inspection is visual only. A representative sample of site components are viewed in areas that are accessible at the time of inspection. No destructive testing or dismantling of site components is performed. Not all improvements will be identified during this inspection. Unexpected repairs should still be anticipated. The inspection should not be considered a guarantee or warranty of any kind.
No attachments uploaded.
@endifClient Signature:
@if($report->client_signature)No signature provided.
@endif