mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
14 lines
291 B
PHP
Executable File
14 lines
291 B
PHP
Executable File
{{ $clientName }},
|
|
|
|
{{ trans('texts.invoice_message', ['amount' => $invoiceAmount]) }}
|
|
{{ $link }}
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
{{ trans('texts.email_signature') }}
|
|
{{ $accountName }}
|
|
@endif
|
|
|
|
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
|
|
{{ SITE_URL }} |