Update ShowPlanes.php
This commit is contained in:
@@ -313,7 +313,7 @@ class ShowPlanes extends Component
|
|||||||
}
|
}
|
||||||
dd($this->fecha_inicial_renovar);
|
dd($this->fecha_inicial_renovar);
|
||||||
// Ahora puedes calcular la diferencia en días
|
// Ahora puedes calcular la diferencia en días
|
||||||
$this->tiempo_usuario = $this->fecha_inicial_renovar->diffInDays($this->fecha_inicial_renovar);
|
$this->tiempo_usuario = $this->fecha_final_renovar->diffInDays($this->fecha_inicial_renovar);
|
||||||
|
|
||||||
$id = $this->id_cuentaVer;
|
$id = $this->id_cuentaVer;
|
||||||
dd( $this->tiempo_usuario);
|
dd( $this->tiempo_usuario);
|
||||||
|
|||||||
Reference in New Issue
Block a user