mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
17 lines
329 B
PHP
Executable File
17 lines
329 B
PHP
Executable File
{{ $clientName }},
|
|
|
|
{{ trans("texts.{$entityType}_message", ['amount' => $invoiceAmount]) }}
|
|
{{ $link }}
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
{{ trans('texts.email_signature') }}
|
|
{{ $accountName }}
|
|
@endif
|
|
|
|
@if ($showNinjaFooter)
|
|
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
|
|
{{ NINJA_URL }}
|
|
@endif
|