@model PowderCoating.Application.DTOs.Appointment.AppointmentDto @{ ViewData["Title"] = $"Appointment {Model.AppointmentNumber}"; ViewData["PageIcon"] = "bi-calendar-event"; ViewData["PageHelpTitle"] = "Appointment Details"; ViewData["PageHelpContent"] = "View all details for this appointment. Edit to update status or record actual times. Deleting permanently removes the record — consider setting status to Cancelled instead to preserve history."; }
@Model.Description
@Model.Notes