16 lines
329 B
PHP
Executable file
16 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
|