@model PlanTempus.Application.Features.Dashboard.Components.NotificationListViewModel @Model.Title @Model.ActionText @foreach (var notificationKey in Model.NotificationKeys) { @await Component.InvokeAsync("NotificationItem", notificationKey) }