Table Products


Check Categories
Add new product {% for item in data %} {% endfor %}
Name Price Stock Date Category
{{item.name}} {{item.price}} {{item.restock_date}} {{item.category_id}}