@page "{Transaction_UID:guid}" @model EnotaryoPH.Web.Pages.Participant.Registration.Steps.TakeSelfieModel @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, IsActive = true } } }) @await Component.InvokeAsync("TakeSelfieImage", new TakeSelfieImageModel { SelfieBase64Image = Model.SelfieBase64Image }) @section Scripts { }