@extends('header')
{{ trans('texts.client') }} | {{ trans('texts.invoice_number_short') }} | {{ trans('texts.balance') }} | {{ trans('texts.due_date') }} |
---|
{{ $invoice->client->getDisplayName() }} | {{ $invoice->getLink() }} | {{ Utils::formatMoney($invoice->balance, $invoice->client->currency_id) }} | {{ Utils::fromSqlDate($invoice->due_date) }} |
{{ trans('texts.client') }} | {{ trans('texts.invoice_number_short') }} | {{ trans('texts.balance') }} | {{ trans('texts.due_date') }} |
---|
{{ $invoice->client->getDisplayName() }} | {{ $invoice->getLink() }} | {{ Utils::formatMoney($invoice->balance, $invoice->client->currency_id) }} | {{ Utils::fromSqlDate($invoice->due_date) }} |
{{ trans('texts.total_active_client') }}
{{ trans('texts.average_invoice') }}