add moon blade

This commit is contained in:
2018-11-04 09:23:02 -06:00
parent fcf2d8bb38
commit a9963fcff9

View File

@@ -17,7 +17,7 @@
{{ Form::label('firstore', 'First Ore') }}
{{ Form::text('firstore', '', ['class' => 'form-control', 'placeholder' => 'First Ore Name']) }}
{{ Form::label('firstquan', 'First Ore Quantity') }}
{{ Form::text('firstquan', '', ['class' => 'form-control', 'placeholder' => 'Second Ore Quantity']) }}
{{ Form::text('firstquan', '', ['class' => 'form-control', 'placeholder' => 'First Ore Quantity']) }}
{{ Form::label('secondore', 'Second Ore') }}
{{ Form::text('secondore', '', ['class' => 'form-control', 'placeholder' => 'Second Ore Name']) }}
{{ Form::label('secondquan', 'Second Ore Quantity') }}