@page @model EnotaryoPH.Web.Pages.Notary.Dashboard.DashboardModel @{ } @section Head { }

Available Transactions

@* @if (Model.CompletedDocuments.Count > 0) { @foreach (var item in Model.CompletedDocuments) { } } else { } *@
Type Date Link
@item.Type @item.Date.ToShortDateString() View
No records to display.