realrashid sweetalert in ajax
$(document).ready(function() {
//SweetAlert2 Toast
const Toast = Swal.mixin({
toast: true,
position: 'top-end',
showConfirmButton: false,
timer: 1000
});
});
Toast.fire({
type: 'success',
title: 'Data updated.'
});