moon rental update for admin

This commit is contained in:
2019-04-29 02:54:44 -05:00
parent 9733a89ab8
commit 5229abcb23
2 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<th>Rental Price</th>
<th>Ally Rental Price</th>
<th>Renter</th>
<th>Contact</th>
<th>Rental End</th>
<th>Paid?</th>
<th>Mark Paid</th>
@@ -22,6 +23,7 @@
<td>{{ $row['AlliancePrice'] }}</td>
<td>{{ $row['OutOfAlliancePrice'] }}</td>
<td>{{ $row['Renter'] }}</td>
<td>{{ $row['Contact'] }}</td>
<td>{{ $row['RentalEnd'] }}</td>
@if($row['Paid'] == 'Yes')
<td>Yes</td>