Introduces comprehensive services management module with: - Dynamic service and category tables - Localization support for services section - Mock data for services and categories - Responsive UI components for services listing - Menu navigation and styling updates Enhances application's service management capabilities
6 lines
263 B
Text
6 lines
263 B
Text
@model PlanTempus.Application.Features.Services.Components.ServiceStatCardViewModel
|
|
|
|
<swp-stat-card data-key="@Model.Key" class="@Model.Variant">
|
|
<swp-stat-value>@Model.Value</swp-stat-value>
|
|
<swp-stat-label>@Model.Label</swp-stat-label>
|
|
</swp-stat-card>
|