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