@props(['title' => '', 'value' => '', 'growth' => '', 'growthType' => 'up', 'iconBgClass' => '', 'iconColorClass' => '', 'subtitle' => ''])
{{ $title }}
@php
$isShort = is_numeric(str_replace('#', '', $value)) || strlen($value) <= 4;
@endphp
{{ $value }}
@if($growth)
@if($growthType === 'up')
@else
@endif
{{ $growth }}
{{ $subtitle }}
@endif