We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c58fb9 commit 448f4b9Copy full SHA for 448f4b9
resources/views/components/edit.blade.php
@@ -23,7 +23,7 @@
23
<!-- QTY -->
24
<x-form-row name="qty">
25
<x-form-label>{{ trans('general.quantity') }}</x-form-label>
26
- <x-form-input class="col-md-5">
+ <x-form-input>
27
<x-input.text
28
type="number"
29
:value="old('qty', $item->qty)"
@@ -36,7 +36,7 @@
36
<!-- Minimum QTY -->
37
<x-form-row name="min_amt">
38
<x-form-label>{{ trans('general.min_amt') }}</x-form-label>
39
40
41
42
:value="old('min_amt', $item->min_amt)"
0 commit comments