another one

This commit is contained in:
2018-10-25 20:40:38 -05:00
parent 8f9b55bfda
commit 239839cae7

View File

@@ -23,18 +23,7 @@
@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>
<td>{{ $moon }}</td>
</tr>
@endforeach
@endif