@using PowderCoating.Application.DTOs.Wizard @model WizardProgressDto @{ var steps = new[] { (1, "Company Profile", "bi-building"), (2, "QB Migration", "bi-arrow-left-right"), (3, "Operating Costs", "bi-currency-dollar"), (4, "Shop Ovens", "bi-fire"), (5, "Notifications", "bi-bell"), }; int currentStep = ViewBag.Step as int? ?? 1; }
Setup Wizard @Model.CompletedCount / @WizardProgressDto.TotalSteps