1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/app/views/emails/invoice_paid_text.blade.php

11 lines
376 B
PHP
Raw Normal View History

2014-04-02 14:28:23 +02:00
{{ trans('texts.email_salutation', ['name' => $userName]) }}
2014-01-29 11:41:38 +01:00
2014-05-20 23:40:09 +02:00
{{ trans("texts.notification_{$entityType}_paid", ['amount' => $paymentAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) }}
2014-01-29 11:41:38 +01:00
2014-05-20 23:40:09 +02:00
{{ trans("texts.{$entityType}_link_message") }}
2014-02-26 19:47:11 +01:00
{{ $invoiceLink }}
2014-01-29 11:41:38 +01:00
2014-04-02 14:28:23 +02:00
{{ trans('texts.email_signature') }}
{{ trans('texts.email_from') }}
{{ trans('texts.user_email_footer') }}