Selamat Datang
Silakan login ke akun Anda
Nomor Induk
Password
Login
{ const { id, data } = e.detail; Swal.fire({ title: 'Apakah inputan data sudah benar?', icon: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: 'Ya' }).then((result) => { if (result.isConfirmed) { Swal.mixin({ toast: true, position: 'top-end', showConfirmButton: false, timer: 810, timerProgressBar: true, didOpen: (toast) => { toast.addEventListener('mouseenter', Swal.stopTimer); toast.addEventListener('mouseleave', Swal.resumeTimer); } }).fire({ icon: 'success', title: 'Data berhasil disimpan.', }); Livewire.dispatch('confirmed-update', { id, data }); } }); }" >
{ toast.addEventListener('mouseenter', Swal.stopTimer); toast.addEventListener('mouseleave', Swal.resumeTimer); } }).fire({ icon: event.detail.icon, title: event.detail.title, }); " >