| Description | Qty | Unit Price | Total |
|---|---|---|---|
| {{ $item->description }} | {{ $item->quantity }} | R{{ number_format($item->unit_price, 2) }} | R{{ number_format($item->total_price, 2) }} |
| Subtotal: | R{{ number_format($quote->subtotal, 2) }} |
| VAT (15%): | R{{ number_format($quote->vat_amount, 2) }} |
| Total: | R{{ number_format($quote->total, 2) }} |