<%- include("../partials/navbar.ejs") %>
Exported Products
| Name |
Exporter |
Quantity |
Object |
Export Date |
<% exported_products.forEach(element=> { %>
| <%=element.name%> |
<%=element.exporter%> |
<%=element.quantity%> |
<%=element.object%> |
<%=element.removedate%> |
<%}) %>
<%- include("../partials/pagination.ejs") %>
<%-include("../partials/footer.ejs") %>