ledger stuff for users

This commit is contained in:
2021-03-21 01:03:14 +09:00
parent 690203d818
commit 431ef40793

View File

@@ -242,7 +242,6 @@ class MiningTaxesController extends Controller
foreach($observers as $obs) {
//Get the structure information
$structureInfo = $sHelper->GetStructureInfo($obs->observer_id);
dd($structureInfo);
//Add the name to the structures array
array_push($structures, [
@@ -272,8 +271,6 @@ class MiningTaxesController extends Controller
}
}
dd($structures);
//Return the view
return view('miningtax.user.display.ledger')->with('miningLedgers', $miningLedgers)
->with('structures', $structures);