You are on page 1of 2

<div>

<small>ID Shop :</small>


<input type="text" name="id_shop" id=""><br>
</div>

<div>
<small>Name Shop :</small>
<input type="text" name="name_shop" id=""><br>
</div>

<div>
<small>Seo Shop :</small>
<input type="text" name="seo_shop" id=""><br>
</div>

<div>
<small>Name Product :</small>
<input type="text" name="name_product" id=""><br>
</div>

<div>
<small>
Seo Product :
</small>
<input type="text" name="seo_product" id=""><br>
</div>

<div>
<small>
Price Product :
</small>
<input type="text" name="price_product" id=""><br>
</div>

<div>
<small>
Weight Unit :
</small>
<input type="text" name="weight_unit" id=""><br>
</div>

<div>
<small>
General Unit
</small>
<input type="text" name="general_unit" id=""><br>
</div>

<div>
<small>
Minimal Qty :
</small>
<input type="text" name="min_qty" id=""><br>
</div>

<div>
<small>
Qty :
</small>
<input type="text" name="qty" id=""><br>
</div>

<div>
<small>
Detail :
</small>
<input type="text" name="detail" id=""><br>
</div>

<div>
<small>
Link video :
</small>
<input type="text" name="link_video" id=""><br>
</div>

<div>
<small>
Status :
</small>
<input type="text" name="status" id=""><br>
</div>

<div>
<input type="submit" value="AW">
</div>

You might also like