1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
invoiceninja/resources/views/emails/invoice_paid_text.blade.php

11 lines
390 B
PHP
Raw Normal View History

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