row colors for the table
This commit is contained in:
@@ -239,6 +239,7 @@ class MoonsAdminController extends Controller
|
||||
'FourthQuantity' => $moon->FourthQuantity,
|
||||
'AlliancePrice' => $price['alliance'],
|
||||
'OutOfAlliancePrice' => $price['outofalliance'],
|
||||
'Renter' => $moon->Renter,
|
||||
'RentalEnd' => $rentalEnd,
|
||||
'RowColor' => $color,
|
||||
]);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user