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