{{-- total wht --}}
@cMoney($invoice->total_wht, $invoice->invoice->currency, true)
|
{{-- paid wht amount --}}
@cMoney($paidWHTAmount, $invoice->invoice->currency, true)
|
{{-- remaining wht amount --}}
@cMoney($payableWHT, $invoice->invoice->currency, true)
|
{{-- account --}}
{!! Form::select('wht_account_balance_id', $selectedWhtAccountBalance ?? [], @$invoicePayment->accountTransaction->account_balance_id ?? @array_keys($selectedWhtAccountBalance ?? [])[0], [
'class' => 'form-select globalOfSelect2Remote',
'data-url' => route('resource-select', [
'AccountBalance',
'dependent' => 'invoice_id',
'dependent_2_col' => 'inv-type',
'dependent_3_col' => 'pay-type',
'dependent_id' => $invoice->uuid,
'dependent_2' => 'AuthorityInvoice',
'dependent_3' => 'wht',
'mainInvoice' => $invoice->invoice->type,
]),
'data-placeholder' => __('Select Account'),
'data-allow-clear' => 'true'
]) !!}
|
{{-- paying wht amount --}}
{{ $invoiceRawCurrency }}
|
{{-- paying excluding vat --}}
{{--
{{ $invoiceRawCurrency }}
| --}}