| Description | Qty | Unit Price | Subtotal |
|---|---|---|---|
| {{ $item->description }} | {{ $item->quantity }} | KES {{ number_format($item->unit_price, 2) }} | KES {{ number_format($item->subtotal, 2) }} |
| Subtotal: | KES {{ number_format($invoice->subtotal, 2) }} |
| Tax ({{ $invoice->tax_rate }}%): | KES {{ number_format($invoice->tax_amount, 2) }} |
| Discount: | - KES {{ number_format($invoice->discount, 2) }} |
| TOTAL: | KES {{ number_format($invoice->total, 2) }} |
| Amount Paid: | KES {{ number_format($invoice->amount_paid, 2) }} |
| Balance Due: | KES {{ number_format($invoice->balance, 2) }} |