@page "{Transaction_UID}" @using EnotaryoPH.Web.Pages.Shared.Components.NotaryoSteps @model EnotaryoPH.Web.Pages.Principal.NotaryoSteps.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 }, } })
@Html.ValidationMessageFor(x => x.DocumentFile)
@Html.ValidationMessageFor(x => x.DocumentType)
Email
Email
@Html.ValidationMessageFor(x => x.IsConfirmed)
@section Scripts { }