Vote, this my code now, and still not being shown
@script <script> document.addEventListener('livewire:init', () => { Livewire.on('swal-alert', e => { Swal.fire(e); }); }); </script> @endscript