1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/resources/views/emails/invoice_sent_text.blade.php

9 lines
367 B
PHP
Raw Normal View History

{!! trans('texts.email_salutation', ['name' => $userName]) !!}
2015-03-16 22:45:25 +01:00
{!! trans("texts.notification_{$entityType}_sent", ['amount' => $invoiceAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) !!}
2015-03-16 22:45:25 +01:00
{!! trans('texts.email_signature') !!}
{!! trans('texts.email_from') !!}
2015-03-16 22:45:25 +01:00
2016-05-15 22:16:08 +02:00
{!! trans('texts.user_email_footer', ['link' => URL::to('/settings/notifications')]) !!}