15 lines
No EOL
323 B
PHP
15 lines
No EOL
323 B
PHP
{{ $clientName }},
|
|
|
|
{{ trans('texts.payment_message', ['amount' => $paymentAmount]) }}
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
{{ trans('texts.email_signature') }}
|
|
{{ $accountName }}
|
|
@endif
|
|
|
|
@if ($showNinjaFooter)
|
|
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
|
|
https://www.invoiceninja.com
|
|
@endif |