mining ledger remake

This commit is contained in:
2020-04-25 21:47:21 -05:00
parent cea3c47caf
commit 762af28ae0

View File

@@ -134,6 +134,8 @@ class MoonLedgerController extends Controller
}
}
dd($miningLedgers);
return view('moons.ledger.corpmoons')->with('miningLedgers', $miningLedgers)
->with('structures', $structures);
}