@model StockMaster.Models.Product @{ ViewData["Title"] = "Edit Product"; }

Edit Product

Product Information
@Html.AntiForgeryToken()
MKD
Alert when stock falls below this level
Cancel
Product Details
  • Product ID: #@Model.ProductId
  • Created: @Model.CreatedAt.ToString("dd.MM.yyyy HH:mm")
  • Status: @if (Model.IsActive) { Active } else { Inactive }
Warning

Be careful when changing SKU. It must be unique.