@props(['title' => '', 'value' => '', 'growth' => '', 'growthType' => 'up', 'iconBgClass' => '', 'iconColorClass' => '', 'subtitle' => ''])
{{ $slot }}
{{ $title }}
{{ $value }}
@if($growth)
@if($growthType === 'up') @else @endif {{ $growth }} {{ $subtitle }}
@endif