moon blade change

This commit is contained in:
2019-04-25 00:40:32 -05:00
parent 49918d8c41
commit 39782cf90d

View File

@@ -22,6 +22,11 @@
<td>{{ $row['OutOfAlliancePrice'] }}</td>
<td>{{ $row['Renter'] }}</td>
<td>{{ $row['RentalEnd'] }}</td>
@if($row['Paid'] == 'Yes')
<td>Yes</td>
@else
<td>No</td>
@endif
<td>
@if ($row['Paid'] == 'Yes')
{{ Form::radio('paid', $row['SPM'], true, ['class' => 'form-control']) }}