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