diff --git a/resources/views/invoices/view.blade.php b/resources/views/invoices/view.blade.php index 9ced648f25..77a8b28dda 100644 --- a/resources/views/invoices/view.blade.php +++ b/resources/views/invoices/view.blade.php @@ -323,9 +323,11 @@
-
- {!! nl2br(e($invoice->terms)) !!} -
+ @if ($invoice->terms) +
+ {!! nl2br(e($invoice->terms)) !!} +
+ @endif @if ($account->showSignature($invoice))
{{ trans('texts.sign_here') }} @@ -343,7 +345,9 @@
@endif - +