1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 07:33:04 +01:00
invoiceninja/resources/views/emails/user_message_text.blade.php

16 lines
319 B
PHP
Raw Normal View History

2017-03-23 16:37:22 +01:00
{!! trans('texts.email_salutation', ['name' => $userName]) !!}
{!! strip_tags($primaryMessage) !!}
@if (! empty($secondaryMessage))
{!! strip_tags($secondaryMessage) !!}
@endif
@if (! empty($invoiceLink))
{!! $invoiceLink !!}
@endif
{!! trans('texts.email_signature') !!}
{!! trans('texts.email_from') !!}