fixed structure request form hopefully.

This commit is contained in:
2020-08-14 22:48:36 -05:00
parent 6ee0d8fef1
commit b7762cc18d

View File

@@ -18,11 +18,11 @@
</div>
<div class="form-group">
{{ Form::label('structure_size', 'Structure Size') }}
{{ Form::select('structure_size', ['M', 'L', 'XL'], null, ['class' => 'form-control']) }}
{{ Form::select('structure_size', ['M' => 'M', 'L' => 'L', 'XL' => 'XL'], null, ['class' => 'form-control']) }}
</div>
<div class="form-group">
{{ Form::label('structure_type', 'Structure Type') }}
{{ Form::select('structure_type', ['Flex', 'Citadel', 'Refinery', 'Engineering'], null, ['class' => 'form-control']) }}
{{ Form::select('structure_type', ['Citadel' => 'Citadel', 'Refinery' => 'Refinery', 'Engineering' => 'Engineering', 'Flex' => 'Flex'], null, ['class' => 'form-control']) }}
</div>
<div class="form-group">
{{ Form::label('requested_drop_time', 'Requested Drop Time') }}