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