columns for total worth moon page
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
], 'None') }}
|
], 'None') }}
|
||||||
{{ Form::text('firstQuantity', '', ['class' => 'form-control']) }}
|
{{ Form::text('firstQuantity', '', ['class' => 'form-control']) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group col-md-6">
|
||||||
{{ Form::label('secondOre', 'Second Ore') }}
|
{{ Form::label('secondOre', 'Second Ore') }}
|
||||||
{{ Form::select('secondOre', [
|
{{ Form::select('secondOre', [
|
||||||
'None' => 'None',
|
'None' => 'None',
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
], 'None') }}
|
], 'None') }}
|
||||||
{{ Form::text('secondQuantity', '', ['class' => 'form-control']) }}
|
{{ Form::text('secondQuantity', '', ['class' => 'form-control']) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group col-md-6">
|
||||||
{{ Form::label('thirdOre', 'Third Ore') }}
|
{{ Form::label('thirdOre', 'Third Ore') }}
|
||||||
{{ Form::select('thirdOre', [
|
{{ Form::select('thirdOre', [
|
||||||
'None' => 'None',
|
'None' => 'None',
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
], 'None') }}
|
], 'None') }}
|
||||||
{{ Form::text('thirdQuantity', '', ['class' => 'form-control']) }}
|
{{ Form::text('thirdQuantity', '', ['class' => 'form-control']) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group col-md-6">
|
||||||
{{ Form::label('fourthOre', 'Fourth Ore') }}
|
{{ Form::label('fourthOre', 'Fourth Ore') }}
|
||||||
{{ Form::select('fourthOre', [
|
{{ Form::select('fourthOre', [
|
||||||
'None' => 'None',
|
'None' => 'None',
|
||||||
|
|||||||
Reference in New Issue
Block a user