mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 23:44:35 -04:00
8 lines
164 B
PHP
8 lines
164 B
PHP
{!! $text_body !!}
|
|
@isset($whitelabel)
|
|
@if(!$whitelabel)
|
|
|
|
{{ ctrans('texts.ninja_email_footer', ['site' => 'https://invoiceninja.com']) }}
|
|
@endif
|
|
@endisset
|