1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/app/views/emails/payment_confirmation_text.blade.php
Hillel Coren f515d57669 Bug fixes
2014-05-25 16:40:09 +03:00

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