| # | Description | Qty | Unit Price | Total |
|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $item->item }} {{ $item->description }} |
{{ $item->quantity }} {{ $item->uom->name }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($lineTotal, 2) }} |
| Subtotal: | {{ number_format($subtotal, 2) }} | |||
| Tax ({{ $purchaseOrder->tax_rate }}%): | {{ number_format($purchaseOrder->tax_amount, 2) }} | |||
| Shipping: | {{ number_format($purchaseOrder->shipping_cost, 2) }} | |||
| Total: | {{ number_format($subtotal + $purchaseOrder->tax_amount + $purchaseOrder->shipping_cost, 2) }} | |||
{{ $purchaseOrder->terms ?: 'Standard payment terms apply. Delivery expected within 14 days of order confirmation.' }}