row colors for the table

This commit is contained in:
2019-02-23 23:00:37 -06:00
parent 875f9fe85f
commit 98f297f46b
2 changed files with 2 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ class MoonsAdminController extends Controller
'FourthQuantity' => $moon->FourthQuantity,
'AlliancePrice' => $price['alliance'],
'OutOfAlliancePrice' => $price['outofalliance'],
'Renter' => $moon->Renter,
'RentalEnd' => $rentalEnd,
'RowColor' => $color,
]);

View File

@@ -33,6 +33,7 @@
<td>{{ $row['FourthQuantity'] }}</td>
<td>{{ $row['AlliancePrice'] }}</td>
<td>{{ $row['OutOfAlliancePrice'] }}</td>
<td>{{ $row['Renter'] }}</td>
<td>{{ $row['RentalEnd'] }}</td>
</tr>
@endforeach