moon displays

This commit is contained in:
2021-05-31 23:26:25 +09:00
parent 8405913e84
commit 02722c3146
2 changed files with 1 additions and 2 deletions

View File

@@ -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)

View File

@@ -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>