@page "{Transaction_UID}" @model EnotaryoPH.Web.Pages.Principal.NotaryoSteps.ChooseNotaryModel @{ } @section Head { } Notaryo Steps @await Component.InvokeAsync("NotaryoSteps", new { NotaryoSteps = new List() { new NotaryoStep { Name = "Upload Identification", Step = 1 }, new NotaryoStep { Name = "Take Selfie", Step = 2 }, new NotaryoStep { Name = "Upload Document", Step = 3 }, new NotaryoStep { Name = "Choose Notary", Step = 4, IsActive = true }, } }) Automatically choose an immediately available Notary Public I will choose a Notary Public myself Name of Attorney Office Location @foreach (var row in Model.AvailableLawyers) { @row.Name @row.OfficeLocation Select } Please click the Finish button to complete the Notaryo Steps. FINISH @section Scripts { }
Please click the Finish button to complete the Notaryo Steps.