mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
10 lines
194 B
PHP
10 lines
194 B
PHP
{{ $clientName }},
|
|
|
|
{{ trans('texts.payment_message', ['amount' => $paymentAmount]) }}
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
{{ trans('texts.email_signature') }}
|
|
{{ $accountName }}
|
|
@endif |