Project Name: {{ $project->name }}
Client: {{ $project->client_name }}
Reference Number: {{ $project->reference_no }}
Linked Lead: {{ $project->lead?->client_name ?? 'Not linked' }}
Current Stage: {{ $project->stage_label }}
Project Value: {{ $projectValue !== null ? '$'.number_format($projectValue, 2) : 'Not available' }}
Project Manager: {{ $project->manager?->name ?? 'Unassigned' }}
Team Members: {{ $teamMembers->pluck('name')->join(', ') ?: 'No team members assigned' }}
Start Date: {{ $project->start_date?->format('d M Y') ?? 'N/A' }}
Deadline: {{ $project->end_date?->format('d M Y') ?? 'N/A' }}
Days Remaining / Overdue: @if($daysRemaining === null) N/A @elseif($daysRemaining < 0) {{ abs($daysRemaining) }} days overdue @else {{ $daysRemaining }} days remaining @endif
Completion Percentage: {{ $project->completion_percentage }}%
No drawings uploaded yet.
@else| File Name | Version | Added | Action |
|---|---|---|---|
| {{ $drawing->file_name }} | {{ $drawing->version }} |
{{ $acceptedDrawing ? 'No pending drawings. Accepted drawing is available above.' : 'No drawings uploaded yet.' }}
@elseNo material items added yet.
@else| Material | Qty | Size | Note | Added | Action |
|---|---|---|---|---|---|
| {{ $material->material_name }} | {{ $material->qty }} | {{ $material->size ?: 'N/A' }} |
{{ $material->note ?: 'No note' }}
|
{{ $material->created_at->format('d M Y, h:i A') }} |
@if($material->attachment_path)
@endif
|
No production updates yet.
@else| Title | Note | Added | Action |
|---|---|---|---|
| {{ $production->title }} |
{{ $production->note ?: 'No note' }}
|
QA: {{ $production->qa_done ? 'Done' : 'Pending' }}
@if(!$production->qa_done)
@endif
@if($production->attachment_path)
@endif
|
Tick any QA done items you want to dispatch to Delivery.
No dispatched items yet.
@else| Status | Title | Note | Dispatched At |
|---|---|---|---|
| Dispatched | {{ $production->title }} |
{{ $production->note ?: 'No note' }}
|
{{ $production->dispatched_at?->format('d M Y, h:i A') ?? '-' }} |
Fill transport details and print challan.
No challan yet. Complete Ready to Dispatch first.
@else| Title | Note |
|---|---|
| {{ $production->title }} |
{{ $production->note ?: 'No note' }}
|
Challan details will appear here after you move items to Delivery.
@else @endifSelect dispatched items and fill challan details.
No dispatched items pending challan.
@else @endifDifferent challans can be created. Use View to update status/details.
| Challan No | Status | Items | Created | Action |
|---|---|---|---|---|
| {{ $challan->challan_no }} | {{ str($challan->status)->headline() }} | {{ count($challan->production_ids ?? []) }} | {{ $challan->created_at->format('d M Y, h:i A') }} |
| Title | Note |
|---|---|
| {{ $production->title }} |
{{ $production->note ?: 'No note' }}
|
Update installation checklist. When all steps are positive, you can complete the order.
Complete the current stage before selecting the next.
Order is completed. View details or print important summary.
Name: {{ $project->name }}
Client: {{ $project->client_name ?: 'N/A' }}
Reference: {{ $project->reference_no }}
Manager: {{ $project->manager?->name ?? 'Unassigned' }}
Status: {{ str($project->status)->headline() }}
Stage: {{ $project->stage_label }}
Completed At: {{ $project->installation_completed_at?->format('d M Y, h:i A') ?? '-' }}
No challan found.
@elseChallan No: {{ $completedChallan->challan_no }}
Status: {{ str($completedChallan->status ?? 'created')->headline() }}
Dispatch Date: {{ $completedChallan->dispatch_date?->format('d M Y') ?? '-' }}
Transport: {{ $completedChallan->transport_name ?: '-' }}
Vehicle: {{ $completedChallan->vehicle_no ?: '-' }}
LR No: {{ $completedChallan->lr_no ?: '-' }}
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() }}
No materials.
@else| Material | Qty | Size | Note |
|---|---|---|---|
| {{ $material->material_name }} | {{ $material->qty }} | {{ $material->size ?: '-' }} | {{ $material->note ?: '-' }} |
No delivered items.
@else| Title | Note |
|---|---|
| {{ $production->title }} | {{ $production->note ?: '-' }} |
{{ $activity->description }} by {{ $activity->user->name ?? 'System' }}
No project activity yet.
@endforelse{{ $comment->comment }}