diff --git a/resources/views/structurerequest/requeststructure.blade.php b/resources/views/structurerequest/requeststructure.blade.php
index ad3a951e3..33ec7cdd4 100644
--- a/resources/views/structurerequest/requeststructure.blade.php
+++ b/resources/views/structurerequest/requeststructure.blade.php
@@ -18,11 +18,11 @@
{{ 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']) }}
{{ 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']) }}
{{ Form::label('requested_drop_time', 'Requested Drop Time') }}