mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 07:02:34 +01:00
13 lines
279 B
PHP
13 lines
279 B
PHP
{{ $clientName }},
|
|
|
|
{{ trans('texts.payment_message', ['amount' => $paymentAmount]) }}
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
{{ trans('texts.email_signature') }}
|
|
{{ $accountName }}
|
|
@endif
|
|
|
|
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
|
|
{{ SITE_URL }} |