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