Allow HTML toast

This commit is contained in:
samy
2025-07-25 11:20:56 -10:00
parent ffd3bad9da
commit 956ddaf34c
@@ -9,7 +9,7 @@
@if($title)
<h3 class="font-bold">{{ $title }}</h3>
@endif
<span>{{ $message }}</span>
<span>{!! $message !!}</span>
</div>
<button @click="show = false" class="btn btn-sm btn-ghost text-xl">&times;</button>
</div>