changes
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div class="row gy-2 mb-2">
|
||||
<div class="col-md-4">
|
||||
{{ html()->label('Product')->class('form-label') }}
|
||||
{{ html()->select('product_id', $productList)->class('form-control')->placeholder('Enter Product Name')->required() }}
|
||||
{{ html()->select('product_id[]', $productList)->class('form-control')->placeholder('Enter Product Name')->required() }}
|
||||
</div>
|
||||
|
||||
<div class="col-md-2">
|
||||
|
Reference in New Issue
Block a user