1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/app/views/emails/payment_confirmation_text.blade.php
Hillel Coren 8cd493e38c bug fixes
2014-01-29 12:41:38 +02:00

10 lines
156 B
PHP

{{ $clientName }},
Thank you for your payment of {{ $paymentAmount }}.
@if ($emailFooter)
{{ $emailFooter }}
@else
Best regards,
{{ $accountName }}
@endif