structure controller reorganziation

This commit is contained in:
2019-02-14 00:05:10 -06:00
parent d2443a3939
commit 97363c932a
2 changed files with 6 additions and 3 deletions

View File

@@ -45,6 +45,8 @@
'Zircon' => 'Zircon',
], 'None') }}
{{ Form::text('firstQuantity', '', ['class' => 'form-control']) }}
</div>
<div class="form-group">
{{ Form::label('secondOre', 'Second Ore') }}
{{ Form::select('secondOre', [
'None' => 'None',
@@ -85,6 +87,8 @@
'Zircon' => 'Zircon',
], 'None') }}
{{ Form::text('secondQuantity', '', ['class' => 'form-control']) }}
</div>
<div class="form-group">
{{ Form::label('thirdOre', 'Third Ore') }}
{{ Form::select('thirdOre', [
'None' => 'None',
@@ -125,6 +129,8 @@
'Zircon' => 'Zircon',
], 'None') }}
{{ Form::text('thirdQuantity', '', ['class' => 'form-control']) }}
</div>
<div class="form-group">
{{ Form::label('fourthOre', 'Fourth Ore') }}
{{ Form::select('fourthOre', [
'None' => 'None',

View File

@@ -31,9 +31,6 @@
{!! Form::close() !!}
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6 card">
<div class="card-header">
Update Tax Ratio for Structure