reworked structure controller

This commit is contained in:
2018-12-10 01:38:38 -06:00
parent e918376bf4
commit 98a7347d26
3 changed files with 114 additions and 111 deletions
@@ -13,7 +13,7 @@
{{ Form::label('tax', 'Tax') }}
{{ Form::text('tax', '', ['class' => 'form-control']) }}
{{ Form::label('structure_type', 'Structure Type') }}
{{ Form::select('structure_type', ['Refinery' => 'Refinery', 'Citadel' => 'Citadel'], null, ['class' => 'form-control']) }}
{{ Form::select('structure_type', ['Refinery' => 'Refinery', 'Market' => 'Market'], null, ['class' => 'form-control']) }}
</div>
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}