feat(toast): add @persist in app

This commit is contained in:
Yoga Pangestu 2025-09-19 14:38:08 +07:00
parent c5ded12c25
commit 0cab8d3373

View File

@ -15,7 +15,9 @@
@include('components.partials.studio._sidebar')
@include('components.partials.studio._header')
<flux:toast position="top end" class="ps-6" />
@persist('toast')
<flux:toast position="bottom end" class="ps-6" />
@endpersist
{{ $slot }}