| Charges | ||
| Gross Amount: | @cMoney($invoice->itemsSubtotalAmount(), $invoice->currency, true) | |
| Down Payment Deduction: | @cMoney($invoice_total_deducted_amount, $invoice->currency, true) | |
| VAT Amount: | @cMoney($invoice_applied_vat, $invoice->currency, true) | |
| Down Payment Deduction: | @cMoney($invoice_total_deducted_amount, $invoice->currency, true) | |
| WHT Amount: | - @cMoney($invoice_WHT, $invoice->currency, true) | |
| Net Amount (Included VAT): | {{ cMoney( $invoice->getTotalAmount() ?? 0, $invoice->currency, true) }} | |
|
{{tafqeetMoney($invoice->getTotalAmount())}}
{{spellNumber($invoice->getTotalAmount(), 'en', $invoice->currency)}} |
Total Amount: | {{ cMoney( $invoice->getTotalAmount() ?? 0, $invoice->currency, true) }} |
|
{{tafqeetMoney($invoice->retention_amount)}}
{{spellNumber($invoice->retention_amount, 'en', $invoice->currency)}} |
Retention: | {{ cMoney( $invoice->retention_amount ?? 0, $invoice->currency, true) }} |
|
{{tafqeetMoney($invoice->payableAmount() ?? 0)}}
{{spellNumber($invoice->payableAmount() ?? 0, 'en', $invoice->currency)}} |
Amount Due: | {{ cMoney( $invoice->payableAmount() ?? 0, $invoice->currency, true) }} |