Allow HTML toast
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
@if($title)
|
@if($title)
|
||||||
<h3 class="font-bold">{{ $title }}</h3>
|
<h3 class="font-bold">{{ $title }}</h3>
|
||||||
@endif
|
@endif
|
||||||
<span>{{ $message }}</span>
|
<span>{!! $message !!}</span>
|
||||||
</div>
|
</div>
|
||||||
<button @click="show = false" class="btn btn-sm btn-ghost text-xl">×</button>
|
<button @click="show = false" class="btn btn-sm btn-ghost text-xl">×</button>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user