@page "{Transaction_UID:guid}" @model EnotaryoPH.Web.Pages.Participant.Registration.Steps.UploadIdentificationModel @section Head { }

Notaryo Steps

@await Component.InvokeAsync("NotaryoSteps", new { NotaryoSteps = new List() { new NotaryoStep { Name = "Upload Identification", Step = 1, IsActive = true }, new NotaryoStep { Name = "Take Selfie", Step = 2 } } })
@await Component.InvokeAsync("UploadOrChooseIdentificationDocument", Model.Transaction_UID)
@section Scripts { }