This commit is contained in:
lizandrogd
2024-05-11 17:22:34 -05:00
parent d5acb32b0f
commit 6a30bb1043
+1 -1
View File
@@ -279,7 +279,7 @@ class ShowPlanes extends Component
{ {
$id = $this->id_cuentaVer; $id = $this->id_cuentaVer;
$historial = Historial_cuenta::where('cuenta_id', $id)->first(); $historial = Historial_cuenta::where('cuenta_id', $id)->get();
$cuenta_renovar = Cuentas::find($id); $cuenta_renovar = Cuentas::find($id);