1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-25 02:37:10 +02:00
invoiceninja/resources/views/emails/invoice_paid_text.blade.php

11 lines
376 B
PHP
Raw Normal View History

2015-03-16 22:45:25 +01:00
{{ trans('texts.email_salutation', ['name' => $userName]) }}
{{ trans("texts.notification_{$entityType}_paid", ['amount' => $paymentAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) }}
{{ trans("texts.{$entityType}_link_message") }}
{{ $invoiceLink }}
{{ trans('texts.email_signature') }}
{{ trans('texts.email_from') }}
{{ trans('texts.user_email_footer') }}