@model IList @{ ViewBag.Title = "Resources by teams"; } Add Resource @foreach (var team in Model) {
@team.Name
}