update to how moons are displayed for the admin page

This commit is contained in:
2019-04-24 01:01:33 -05:00
parent 899db99955
commit 3d3381ad3a

View File

@@ -25,7 +25,7 @@
<td>
@if ($row['Paid'] == 'Yes')
{{ Form::radio('paid', $row['SPM'], true, ['class' => 'form-control']) }}
@elseif
@else
{{ Form::radio('paid', null, false, ['class' => 'form-control']) }}
@endif
</td>