{{-- LEFT: Table (col-md-8) --}}
| ACTION | TOTAL WHT VAT AMOUNT | TOTAL RC VAT AMOUNT |
|---|---|---|
|
|
SAR
|
SAR
|
| DESCRIPTION | WHT VAT AMOUNT | RC VAT AMOUNT |
|---|---|---|
|
{{ $item->name ?: $item->invoiceable->name }}
@if($item->invoiceable && !$item->invoiceable->is_allowable_cost)
{{ formatDateTime($item->invoiceable->start_date, false) }} - {{ formatDateTime($item->invoiceable->due_date, false) }} @endif {{ $item->description }} |
{{ $invoice->currency }}
WHT VAT Payable:
{{--
@cMoney($payableVatAmount, $invoice->currency, true)
--}}
|
{{ $invoice->currency }}
Ex. RC VAT Payable:
{{--
@cMoney($pxvatAmount, $invoice->currency, true)
--}}
|