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

8 lines
274 B
PHP
Raw Normal View History

2015-10-11 16:41:09 +02:00
{!! trans('texts.email_salutation', ['name' => $userName]) !!}
{!! trans("texts.notification_{$entityType}_bounced", ['contact' => $contactName, 'invoice' => $invoiceNumber]) !!}
{!! $emailError !!}
{!! trans('texts.email_signature') !!}
{!! trans('texts.email_from') !!}