@{ Layout = "~/Views/Shared/_KioskLayout.cshtml"; ViewData["Title"] = "Welcome"; ViewBag.HideLayoutLogo = true; }
@if (!string.IsNullOrEmpty(ViewBag.CompanyLogoUrl as string)) { } else {

@ViewBag.CompanyName

}

Welcome! A staff member will start your intake shortly.

Connecting…
@section Scripts { }