spmn for moon updates

This commit is contained in:
2019-06-04 20:58:41 -05:00
parent 8498cf7b8d
commit 5d981328db

View File

@@ -5,7 +5,7 @@
{!! Form::open(['action' => 'Moons\MoonsAdminController@storeUpdateMoon', 'method' => 'POST']) !!}
<div class="form-group col-md-6">
{{ Form::label('spmn', 'Moon') }}
{{ Form::select('spmn', $spmn, 'N/A') }}
{{ Form::select('spmn', $spmn, null, ['class' => 'form-control', 'placeholder' => 'Select Moon...']) }}
</div>
<div class="form-group col-md-6">
{{ Form::label('renter', 'Renter') }}