<%- include('../partials/header') %>

<%= product ? 'ویرایش محصول' : 'محصول جدید' %>

بازگشت
| | |
| | |
<% if (product && product.image_ids && product.image_ids.length > 0) { for (let i = 0; i < product.image_ids.length; i++) { let imgId = product.image_ids[i]; %>
<% } } %>
انصراف
<%- include('../partials/footer') %>