@model PowderCoating.Application.DTOs.Inventory.CreateInventoryItemDto @{ ViewData["Title"] = "Add Inventory Item"; ViewData["PageIcon"] = "bi-box-seam"; ViewData["PageHelpTitle"] = "Add Inventory Item"; ViewData["PageHelpContent"] = "Add a new material to inventory — powder coatings, consumables, or other shop supplies. Select a category first to auto-generate a SKU. Use AI Lookup to fill in manufacturer details from a part number. Set Reorder Point and Reorder Quantity so the system can alert you when stock runs low."; }
@if ((bool)(ViewBag.AiInventoryAssistEnabled ?? false)) {