v0.10.2
The nawasara-ui modal binds $wire.on('modal-close:<id>') for Livewire and a
@close-modal.window handler for Alpine. Passing the id as a payload from PHP
matched neither, so these modals never closed (or never opened) after their
action succeeded — the user saw a success toast over a stuck modal.
Matches the convention already used by ~130 other call sites in the repo.