Tax invoice
| Description | Quantity | Unit price ($) | Amount ($) |
|---|---|---|---|
| {{ $description }} | 1 | {{ number_format($price, 2) }} | {{ number_format($price, 2) }} |
| Subtotal: | ${{ number_format($subtotal, 2) }} |
| GST 10% from ${{ number_format($subtotal, 2) }} | ${{ number_format($tax, 2) }} |
| Discount: | -${{ number_format($discount, 2) }} |
| Total: | ${{ number_format($grandTotal, 2) }} |