@model PlanTempus.Application.Features.Dashboard.Components.BookingListViewModel @Model.Title Se alle Nu: @Model.CurrentTime @foreach (var bookingKey in Model.BookingKeys) { @await Component.InvokeAsync("BookingItem", bookingKey) }