@page "/services" @using PlanTempus.Application.Features.Services.Components @model PlanTempus.Application.Features.Services.Pages.IndexModel @{ ViewData["Title"] = "Services"; }

Services

Administrer services og priser

@await Component.InvokeAsync("ServiceStatCard", "total-services") @await Component.InvokeAsync("ServiceStatCard", "active-categories") @await Component.InvokeAsync("ServiceStatCard", "average-price")
@await Component.InvokeAsync("ServiceTable", "all-services")
@await Component.InvokeAsync("ServiceDetailView", "service-1")