1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/resources/views/emails/invoice_paid_text.blade.php
2015-09-03 10:36:00 +03:00

11 lines
390 B
PHP

{!! 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') !!}