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
2014-04-02 15:28:23 +03:00

10 lines
194 B
PHP

{{ $clientName }},
{{ trans('texts.payment_message', ['amount' => $paymentAmount]) }}
@if ($emailFooter)
{{ $emailFooter }}
@else
{{ trans('texts.email_signature') }}
{{ $accountName }}
@endif