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

10 lines
194 B
PHP
Raw Normal View History

2014-01-29 11:41:38 +01:00
{{ $clientName }},
2014-04-02 14:28:23 +02:00
{{ trans('texts.payment_message', ['amount' => $paymentAmount]) }}
2014-01-29 11:41:38 +01:00
@if ($emailFooter)
{{ $emailFooter }}
@else
2014-04-02 14:28:23 +02:00
{{ trans('texts.email_signature') }}
2014-01-29 11:41:38 +01:00
{{ $accountName }}
@endif