Update ShowPlanes.php

This commit is contained in:
lizandrogd
2024-05-11 16:01:31 -05:00
parent 4ab9b18535
commit 719a7f9290
+1 -1
View File
@@ -313,7 +313,7 @@ class ShowPlanes extends Component
}
dd($this->fecha_inicial_renovar);
// 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;
dd( $this->tiempo_usuario);