@model PlanTempus.Application.Features.Dashboard.Components.StatCardViewModel @Model.Value @Model.Label @if (Model.HasTrend) { @if (!string.IsNullOrEmpty(Model.TrendIcon)) { } @Model.TrendText }