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