form total worth moon

This commit is contained in:
2019-05-22 20:47:53 -05:00
parent 273d32f2ec
commit 65ad6b5085

View File

@@ -172,7 +172,9 @@
], 'None') }}
{{ Form::text('fourthQuantity', '', ['class' => 'form-control']) }}
</div>
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}
<div class="form-group col-md-1">
{{ Form::submit('Submit', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}
</div>
</div>
@endsection