1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/resources/views/emails/invoice_viewed_text.blade.php
2015-09-03 10:36:00 +03:00

8 lines
320 B
PHP

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