@php $deleteInvoicePermission = user()->permission('delete_invoices'); @endphp
{{ ucwords($creditNote->client->clientDetails->company_name) }}
@lang('app.lastLogin') @if (!is_null($creditNote->client->last_login)) {{ $creditNote->client->last_login->timezone($global->timezone)->format($global->date_format . ' ' . $global->time_format) }} @else -- @endif