Total LPO Value
| # | Description | Specification | Qty | Unit | Unit Price | Total |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->description }} | {{ $item->specification ?? '—' }} | {{ $item->quantity }} | {{ $item->unit }} | {{ number_format($item->unit_price, 0) }} | {{ number_format($item->total_price, 0) }} |
| No line items added yet. | ||||||