@page @model EnotaryoPH.Web.Pages.Notary.Dashboard.DashboardModel @{ } @section Head { } Available Incomplete Identification Docs Available Transactions Type Date Link @* @if (Model.CompletedDocuments.Count > 0) { @foreach (var item in Model.CompletedDocuments) { @item.Type @item.Date.ToShortDateString() View } } else { No records to display. } *@