From 956ddaf34c976c74bf030d257b57c6deddc3b866 Mon Sep 17 00:00:00 2001 From: samy Date: Fri, 25 Jul 2025 11:20:56 -1000 Subject: [PATCH] Allow HTML toast --- resources/views/components/notifications/toast.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/notifications/toast.blade.php b/resources/views/components/notifications/toast.blade.php index b50c96e..5a15fd2 100644 --- a/resources/views/components/notifications/toast.blade.php +++ b/resources/views/components/notifications/toast.blade.php @@ -9,7 +9,7 @@ @if($title)

{{ $title }}

@endif - {{ $message }} + {!! $message !!} \ No newline at end of file