@model PowderCoating.Application.DTOs.Kiosk.SubmitKioskTermsDto @{ Layout = "~/Views/Shared/_KioskLayout.cshtml"; ViewData["Title"] = "Terms & Consent"; var token = ViewBag.SessionToken as Guid? ?? Guid.Empty; bool isInPerson = ViewBag.IsInPerson as bool? ?? false; bool quoteFirst = !string.Equals(ViewBag.KioskIntakeOutput as string, "Job", StringComparison.OrdinalIgnoreCase); }
Please read and agree to the following before we proceed.