moon display

This commit is contained in:
2018-10-25 21:51:51 -05:00
parent 44de7dcd4b
commit 746b12db10
2 changed files with 26 additions and 21 deletions

View File

@@ -20,24 +20,7 @@
<th>Rental End</th>
</thead>
<tbody>
@if(sizeof($moons) > 0)
@foreach ($moons as $moon)
<tr>
<td>{{ $moon['system'] }}</td>
<td>{{ $moon['structure'] }}</td>
<td>{{ $moon['firstore'] }}</td>
<td>{{ $moon['firstquan'] }}</td>
<td>{{ $moon['secondore'] }}</td>
<td>{{ $moon['secondquan'] }}</td>
<td>{{ $moon['thirdore'] }}</td>
<td>{{ $moon['thirdquan'] }}</td>
<td>{{ $moon['fourthore'] }}</td>
<td>{{ $moon['price'] }}</td>
<td>{{ $moon['renter'] }}</td>
<td>{{ $moon['rentend'] }}</td>
</tr>
@endforeach
@endif
{{ $html }}
</tbody>
</table>
</div>