editar cuentas
This commit is contained in:
@@ -239,6 +239,13 @@ class ShowPlanes extends Component
|
|||||||
'vencimiento' => date('Y-m-d', strtotime(strval($this->fecha_final_renovar))),
|
'vencimiento' => date('Y-m-d', strtotime(strval($this->fecha_final_renovar))),
|
||||||
'estado' => $this->estado,
|
'estado' => $this->estado,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
$this->alert('success', 'Cuenta actualizada correctamente!', [
|
||||||
|
'position' => 'top'
|
||||||
|
]);
|
||||||
|
|
||||||
|
$this->renovar = false;
|
||||||
|
$this->ver = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user