Update ShowPlanes.php
This commit is contained in:
@@ -316,7 +316,7 @@ class ShowPlanes extends Component
|
||||
$this->tiempo_usuario = $this->fecha_inicial_renovar->diffInDays($this->fecha_inicial_renovar);
|
||||
|
||||
$id = $this->id_cuentaVer;
|
||||
dd('llegue');
|
||||
dd( $this->tiempo_usuario);
|
||||
// Corrección 2: Verifica que la cuenta exista antes de intentar actualizarla
|
||||
$cuenta = Cuentas::find($id);
|
||||
if ($cuenta) {
|
||||
|
||||
Reference in New Issue
Block a user