From 502288fe0c6dc5cc773168f60f954d040775e7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 18 Jun 2021 15:14:00 +0200 Subject: [PATCH] wip --- resources/views/email/template/client.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ?? '' !!}