mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
16 lines
319 B
PHP
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') !!}
|