moon displays
This commit is contained in:
@@ -113,11 +113,13 @@ class MiningTaxesController extends Controller
|
|||||||
$ores = AllianceMoonOre::where([
|
$ores = AllianceMoonOre::where([
|
||||||
'moon_id' => $moon->moon_id,
|
'moon_id' => $moon->moon_id,
|
||||||
])->get(['ore_name', 'quantity'])->toArray();
|
])->get(['ore_name', 'quantity'])->toArray();
|
||||||
dd($moon->system_name);
|
|
||||||
$moons->push([
|
$moons->push([
|
||||||
'system' => $moon->system_name,
|
'system' => $moon->system_name,
|
||||||
'ores' => $ores,
|
'ores' => $ores,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
dd($moons);
|
||||||
}
|
}
|
||||||
|
|
||||||
return view('miningtax.user.display.moons.allmoons')->with('moons', $moons)
|
return view('miningtax.user.display.moons.allmoons')->with('moons', $moons)
|
||||||
|
|||||||
Reference in New Issue
Block a user