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;
}
}