mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
10 lines
156 B
PHP
10 lines
156 B
PHP
{{ $clientName }},
|
|
|
|
Thank you for your payment of {{ $paymentAmount }}.
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
Best regards,
|
|
{{ $accountName }}
|
|
@endif |