@using Groceries.Items @model ItemListModel @{ ViewBag.Title = "Items"; }

Items

@* Search icon *@
@**@ @foreach (var item in Model.Items) { @**@ }
Brand Name Last Purchased Barcode
@item.Brand @item.Name @(item.HasBarcode ? "✓" : "") Edit