@model ICollection @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } @if (ViewBag.Error != null) { } @if (ViewBag.Success != null) { }
User

Users List

@**@ @**@ @if (Model.Count > 0) { var data = Model; foreach (var item in data) { } }
Check Time In OutFirst Name Last Name Email Phone number Actions
First Name Last Name Email Phone number Actions
@item.FirstName @item.LastName @item.Email @item.Phonenumber dvr close
@section scripts{ }