Project Summary
{{ $project->reference_no }}
Generated: {{ now()->format('d M Y, h:i A') }}
Stage: {{ $project->stage_label }}
No challan found.
@else| Sr | Production | Note |
|---|---|---|
| {{ $index + 1 }} | {{ $production->title }} | {{ $production->note ?: '-' }} |
| No production items on challan. | ||
| Step | Status |
|---|---|
| Site Preparation | {{ str($project->site_preparation_status ?: 'not_started')->replace('_', ' ')->headline() }} |
| Fixing & Welding | {{ str($project->fixing_welding_status ?: 'not_started')->replace('_', ' ')->headline() }} |
| Testing & Commissioning | {{ str($project->testing_commissioning_status ?: 'not_started')->replace('_', ' ')->headline() }} |
| Final Inspection | {{ str($project->final_inspection_status ?: 'ready')->replace('_', ' ')->headline() }} |
| Client Handover | {{ str($project->client_handover_status ?: 'pending')->replace('_', ' ')->headline() }} |
| Material | Qty | Size | Note |
|---|---|---|---|
| {{ $material->material_name }} | {{ $material->qty }} | {{ $material->size ?: '-' }} | {{ $material->note ?: '-' }} |
| No materials. | |||
No accepted drawing.
@else