14 lines
No EOL
291 B
PHP
Executable file
14 lines
No EOL
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 }} |