| Sr. | Item Code | Description | Quantity | Unit | Unit Price | Total Price |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->item->item_code ?? 'NO-CODE' }} | {{ $item->item->item_description ?? 'Unknown Item' }} | {{ number_format($item->quantity_delivered, 0) }} | {{ strtoupper($item->item->unit_of_measure ?? 'PCS') }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->total_price, 2) }} |
| No items found | ||||||
| TOTAL: | {{ number_format($operation->items->sum('quantity_delivered'), 0) }} | {{ $operation->currency }} {{ number_format($operation->total_amount, 2) }} | ||||