1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/resources/views/email/template/text.blade.php

8 lines
195 B
PHP
Raw Normal View History

2024-02-03 12:26:43 +01:00
{{ strip_tags(str_replace("<br>", "\r\n", $text_body)) }}
2022-03-04 00:55:02 +01:00
@isset($whitelabel)
@if(!$whitelabel)
{{ ctrans('texts.ninja_email_footer', ['site' => 'https://invoiceninja.com']) }}
@endif
@endisset