added new form for store item

This commit is contained in:
franknstayn
2020-03-19 22:37:08 +08:00
parent e57209bc64
commit bca94e54cc
7 changed files with 176 additions and 4 deletions

View File

@@ -129,7 +129,7 @@
<option value="number-form" @if($product_array[0]->ProductForm == "number-form") selected @endif>Number Only Form</option>
<option value="name-size-form" @if($product_array[0]->ProductForm == "name-size-form") selected @endif>Name and Size Form</option>
<option value="jersey-and-shorts-quantity-form" @if($product_array[0]->ProductForm == "jersey-and-shorts-quantity-form") selected @endif>Jersey, Shorts and Quantity Form</option>
<option value="number-jersey-shorts-form" @if($product_array[0]->ProductForm == "number-jersey-shorts-form") selected @endif>Number, Jersey and Shorts Form</option>
</select>
</div>
<div class="form-group">