@props([ 'label' => 'KPI', 'value' => 0, 'icon' => 'ni ni-chart-bar-32', 'color' => 'primary', 'subtitle' => null, 'subtitleValue' => null, ])

{{ $label }}

{{ is_numeric($value) ? number_format($value) : $value }}
@if($subtitle)

{{ $subtitleValue }} {{ $subtitle }}

@endif