This commit is contained in:
Sampanna Rimal
2024-09-11 12:32:15 +05:45
parent 82fab174dc
commit afb2c202d6
170 changed files with 3352 additions and 363 deletions

View File

@ -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">