diff --git a/views/products/form.ejs b/views/products/form.ejs new file mode 100644 index 0000000..05c5123 --- /dev/null +++ b/views/products/form.ejs @@ -0,0 +1,57 @@ +
<%= product ? '#' + product.id + ' · ' + product.name : 'Stok panele yeni ürün ekleyin' %>
+