{{-- resources/views/pdf/purchase-order.blade.php --}}
| Description | Unit | Qty | Unit Price | Total |
|---|---|---|---|---|
| {{ $item->description }} | {{ $item->unit ?? '—' }} | {{ $item->quantity_ordered }} | {{ $po->currency }} {{ number_format($item->unit_price, 2) }} | {{ $po->currency }} {{ number_format($item->total_price, 2) }} |