diff --git a/resources/views/email/template/plain.blade.php b/resources/views/email/template/plain.blade.php index 78db0c803729..21ed824491bd 100644 --- a/resources/views/email/template/plain.blade.php +++ b/resources/views/email/template/plain.blade.php @@ -8,16 +8,23 @@ {!! $body !!} - - @if($signature) -
- {!! $signature !!} -
- @endif + @if($signature) +
+ {!! $signature !!} +
+ @endif +@if(!$whitelabel) +
+ + {{ __('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }} + +
+@endif + \ No newline at end of file