moon displays
This commit is contained in:
@@ -120,8 +120,6 @@ class MiningTaxesController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
dd($moons);
|
||||
|
||||
return view('miningtax.user.display.moons.allmoons')->with('moons', $moons)
|
||||
->with('systems', $systems)
|
||||
->with('r4Goo', $r4Goo)
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
@foreach($moons as $moon)
|
||||
@if($moon['system'] == $system)
|
||||
<tr>
|
||||
{{ dd($moon['ores'][0]) }}
|
||||
@if(isset($moon['ores'][0]))
|
||||
@if(in_array($moon['ores'][0], $r4Goo))
|
||||
<td class="table-secondary">{{ $moon['ores'][0]['ore_name'] }}</td>
|
||||
|
||||
Reference in New Issue
Block a user