This commit is contained in:
2019-11-07 00:16:00 -06:00
parent 09ea2a5511
commit 863c7080d3

View File

@@ -174,7 +174,7 @@
</div> </div>
<div class="form-group col-md-2"> <div class="form-group col-md-2">
{{ Form::label('reprocessing', 'Reprocessing') }} {{ Form::label('reprocessing', 'Reprocessing') }}
{{ Form::text('reprocessing', '', ['class' => 'form-control', 'placeholder' = '0.84']) }} {{ Form::text('reprocessing', '', ['class' => 'form-control', 'placeholder' => '0.84']) }}
</div> </div>
<div class="form-group col-md-1"> <div class="form-group col-md-1">
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }} {{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}