1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/resources/views/emails/invoice_viewed_text.blade.php

8 lines
310 B
PHP
Raw Normal View History

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