mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
15 lines
311 B
PHP
15 lines
311 B
PHP
{{ $title }}
|
|
|
|
@isset($body)
|
|
{{ strip_tags(str_replace("<br>", "\r\n", $body)) }}
|
|
@endisset
|
|
|
|
@isset($content)
|
|
{{ strip_tags(str_replace("<br>", "\r\n", $content)) }}
|
|
@endisset
|
|
|
|
@isset($whitelabel)
|
|
@if(!$whitelabel)
|
|
{{ ctrans('texts.ninja_email_footer', ['site' => 'https://invoiceninja.com']) }}
|
|
@endif
|
|
@endisset |