| Image | Name | Category | Price | Discount | Prep Time | Status | Rating | Actions |
|---|---|---|---|---|---|---|---|---|
|
<% if (food.image) { %>
|
<%= food.name %> | <%= food.category.charAt(0).toUpperCase() + food.category.slice(1) %> | $<%= food.price.toFixed(2) %> | <% if (food.discountPrice) { %> $<%= food.discountPrice.toFixed(2) %> <% } else { %> - <% } %> | <%= food.prepTime %> mins | <% if (food.isAvailable) { %> Available <% } else { %> Unavailable <% } %> |
Total Items
Available Items
Average Rating
Discounted Items