@page "{Transaction_UID}" @using EnotaryoPH.Web.Pages.Shared.Components.NotaryoSteps @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 }, } }) I will choose a Notary Public myself Automatically choose an immediately available Notary Public Name of Attorney Office Location Athony Co 123 Fictional Road, Manila Select Jude Romano 342 Fake Road, Marikina Select « 1 2 3 » SUBMIT @section Scripts { }