editar cuentas

This commit is contained in:
Felipe
2024-03-05 11:56:44 -05:00
parent 0113d17f56
commit df7522c2a9
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -239,6 +239,13 @@ class ShowPlanes extends Component
'vencimiento' => date('Y-m-d', strtotime(strval($this->fecha_final_renovar))),
'estado' => $this->estado,
]);
$this->alert('success', 'Cuenta actualizada correctamente!', [
'position' => 'top'
]);
$this->renovar = false;
$this->ver = false;
}
}
@@ -12,7 +12,7 @@
}" class="h-full w-full md:my-2">
<div class=" fixed backdrop-blur-sm bg-white/70 left-0 bottom-0 top-0 right-0 h-full z-40" wire:loading
wire:target="ver,openRenovar,saveRenovar,createNewCuenta,createServicio,verObservacion,update,verObservacion1,update_observaciones1,delete_cuenta,updateTarifas">
<div class="grid h-full place-items-center ">
<div class="grid h-full place-items-center">
<div class="max-w-xs">
<img src="./img/loading.gif" alt="" class="w-full text-center">
<p class="text-gray-500 text-center">Cargando</p>