@page "/" @using PlanTempus.Application.Features.Dashboard.Pages @model PlanTempus.Application.Features.Dashboard.Pages.IndexModel @{ ViewData["Title"] = "Dashboard"; } @await Component.InvokeAsync("StatCard", "bookings-today") @await Component.InvokeAsync("StatCard", "expected-revenue") @await Component.InvokeAsync("StatCard", "occupancy-rate") @await Component.InvokeAsync("StatCard", "needs-attention") AI Analyse Godt i gang! 4 af 12 bookinger er gennemført. 2 er i gang nu, og 6 venter. Forventet omsætning: 8.450 kr – allerede realiseret 2.150 kr. @await Component.InvokeAsync("BookingList", "todays-bookings") @await Component.InvokeAsync("AttentionList", "current-attentions") @await Component.InvokeAsync("NotificationList", "recent-notifications") @await Component.InvokeAsync("WaitlistCard", "waitlist") @await Component.InvokeAsync("QuickStatList", "this-week") Hurtige handlinger Ny booking Ny kunde