{{ __('messages.invoice.nothing_amount_yet') }}
@endif{{ __('messages.invoice.nothing_paid_yet') }}
@endif{{ __('messages.invoice.nothing_due_yet') }}
@endif| Currency | Total Amount | Total Paid | Total Due |
|---|---|---|---|
|
{{ getInvoiceCurrencyIcon($currencyId) }}
|
{{ formatTotalAmount($value['total']) }}
|
{{ formatTotalAmount($value['paid']) }}
|
{{ formatTotalAmount($value['due']) }}
|
| {{ __('messages.invoice.nothing_amount_yet') }} | |||