1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/resources/views/emails/user_message_text.blade.php
2017-03-23 17:37:22 +02:00

16 lines
319 B
PHP

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