mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 06:02:39 +01:00
11 lines
206 B
PHP
Executable File
11 lines
206 B
PHP
Executable File
{{ $clientName }},
|
|
|
|
{{ trans('texts.invoice_message', ['amount' => $invoiceAmount]) }}
|
|
{{ $link }}
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
{{ trans('texts.email_signature') }}
|
|
{{ $accountName }}
|
|
@endif |