@model ProviderViewModel @{ ViewData["Title"] = "Provider: " + Model.Provider.Name; }

Provider @Model.Provider.Name

Information

@await Html.PartialAsync("_ViewInformation", Model) @await Html.PartialAsync("Admins", Model) @await Html.PartialAsync("Organizations", Model)