From 95420065a39028087fbc076b06bedb9e3ebfa337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna-Sara=20S=C3=A9lea?= Date: Wed, 25 Feb 2026 22:32:23 +0100 Subject: [PATCH] Small fix with email --- resources/views/mail/lan.blade.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/resources/views/mail/lan.blade.php b/resources/views/mail/lan.blade.php index a426f31..aa2e4cf 100644 --- a/resources/views/mail/lan.blade.php +++ b/resources/views/mail/lan.blade.php @@ -1,8 +1,5 @@ - -# {{ $title }} - -{{ $type }} {{ $name }} - -{!! str($content)->markdown()->sanitizeHtml() !!} - - +
+

{{$title}}

+

{{$type}} {{$name}}

+
>{!! str($content)->markdown()->sanitizeHtml() !!}
+