invoiceninja/resources/views/emails/user_message_text.blade.php

16 lines
319 B
PHP
Raw Permalink Normal View History

2017-03-23 17:37:22 +02: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') !!}