moon displays

This commit is contained in:
2021-05-31 23:37:30 +09:00
parent e4ccf5190b
commit 20bb89f388

View File

@@ -34,6 +34,7 @@
@foreach($moons as $moon)
@if($moon['system'] == $system)
<tr>
{{ dd($moon['ores']) }}
@if(isset($moon['ores'][0]))
@if(in_array($moon['ores'][0], $r4Goo))
<td class="table-secondary">{{ $moon['ores'][0]['ore_name'] }}</td>