This commit is contained in:
amazuecos
2025-03-26 23:31:31 +01:00
14 changed files with 600 additions and 49 deletions

View File

@ -23,6 +23,9 @@ $(() => {
null,
null,
(response) => {
if(response.status){
location.reload()
}
Swal.fire({
title: response.message,
icon: 'success',