mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
15 lines
323 B
PHP
15 lines
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 |