{{ $bill->bom_number }}
{{ $bill->project_title }}
{{ $bill->customer->name }}
{{ $bill->sections_count }} sections
KES {{ number_format((float)$bill->total_amount,2) }}
| Document | Project | Customer | Sections | Total | Status | |
|---|---|---|---|---|---|---|
{{ $bill->bom_number }} {{ $bill->issued_at->format('d M Y') }} | {{ $bill->project_title }} {{ $bill->project_location ?: 'Location not set' }} | {{ $bill->customer->name }} | {{ $bill->sections_count }} | KES {{ number_format((float)$bill->total_amount,2) }} | Open | |
No bills of materials found Create the first structured project BOM. | ||||||
{{ $bill->bom_number }}
{{ $bill->project_title }}
{{ $bill->customer->name }}
{{ $bill->sections_count }} sections
KES {{ number_format((float)$bill->total_amount,2) }}