<%- include("../partials/navbar.ejs") %>
<%=title %>
Barcode
This is a new product.Please fill in the fields!:)
Barcode:
Form
Product Name:
Product Type:
Choose your option
<% types.forEach(element=> { %>
><%=element.name%>
<%}) %>
Serial Number:
Import Date:
Quantity:
Price:
Submit
<%- include("../partials/footer.ejs") %>