Crane: {{ $crane->company_name }} {{ $crane->serial_no }} | Report Date: {{ now()->format('d M Y') }}
| No | Component | Activity | Pre-Condition | Post-Condition | Status | Remarks |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->item_name ?? 'N/A' }} | {{ $item->activity ?? 'N/A' }} | {{ $item->pre_condition ?? 'N/A' }} | {{ $item->post_condition ?? 'N/A' }} | {{ $item->status ?? 'Pending' }} | {{ $item->remark ?? '-' }} |
Inspected By:
_________________________
Name/Signature/Date
Verified By:
_________________________
Name/Signature/Date
This is a computer generated report. No signature is required.
Report generated on: {{ now()->format('d M Y H:i:s') }}