@page "{Transaction_UID}" @model UploadDocumentModel @{ } @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, IsActive = true }, new NotaryoStep { Name = "Choose Notary", Step = 4 }, } })
@await Component.InvokeAsync("UploadOrChooseIdentificationDocument", Model.Transaction_UID)
@section Scripts { }