@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")
Services Kategorier
@await Component.InvokeAsync("ServiceTable", "all-services") @await Component.InvokeAsync("CategoryTable", "all-categories")