{{ ucwords($creditNote->client->clientDetails->company_name) }}
@lang('app.lastLogin') @if (!is_null($creditNote->client->last_login)) {{ $creditNote->client->last_login->timezone(global_setting()->timezone)->format(global_setting()->date_format . ' ' . global_setting()->time_format) }} @else -- @endif
@lang('app.credit-notes.amountToCredit'): |
{{ $invoice->currency->currency_symbol }} 0.00 |
@lang('app.credit-notes.remainingAmount'): |
{{ $invoice->currency->currency_symbol }} {{ number_format((float) $creditNote->creditAmountRemaining(), 2, '.', '') }} |