diff --git a/resources/views/email/template/client.blade.php b/resources/views/email/template/client.blade.php index 6412f54bea51..512ee8dd23be 100644 --- a/resources/views/email/template/client.blade.php +++ b/resources/views/email/template/client.blade.php @@ -122,7 +122,9 @@ {{ $slot ?? '' }} {!! $body ?? '' !!} - {!! nl2br($signature) ?? '' !!} + @isset($signature) + {{ nl2br($signature) }} + @endisset