@model PowderCoating.Application.DTOs.Equipment.CreateEquipmentDto @{ ViewData["Title"] = "Add New Equipment"; ViewData["PageIcon"] = "bi-tools"; ViewData["PageHelpTitle"] = "Add New Equipment"; ViewData["PageHelpContent"] = "Equipment records track physical assets in your shop — ovens, spray booths, compressors, and other machinery. Enter a name, type, and location at minimum. Serial number and warranty details help with service claims. The maintenance interval drives the Next Scheduled date shown on the equipment list."; var statusList = ViewBag.StatusList as Array ?? Array.Empty(); }
Basic Information
Manufacturer Information
Purchase & Warranty
$
Status
Notes
Cancel
@section Scripts { }