@using Groceries.Stores @model StoreListModel @{ ViewBag.Title = "Stores"; }

Stores

@* Search icon *@
New store
@foreach (var store in Model.Stores) { }
Retailer Name Transactions
@store.Retailer @store.Name @store.TotalTransactions Edit