1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/resources/views/emails/email_bounced_text.blade.php
2015-10-11 17:41:09 +03:00

8 lines
274 B
PHP

{!! trans('texts.email_salutation', ['name' => $userName]) !!}
{!! trans("texts.notification_{$entityType}_bounced", ['contact' => $contactName, 'invoice' => $invoiceNumber]) !!}
{!! $emailError !!}
{!! trans('texts.email_signature') !!}
{!! trans('texts.email_from') !!}