{!! $item['iconPath'] !!}
{{ $item['title'] }}
@if (isset($item['isCurrency']) && $item['isCurrency'])
{{ format_price($item['currentCount']) }}
@else
{{ number_format($item['currentCount']) }}
@endif
{{ $item['growth'] > 0 ? '+' : '' }}{{ number_format(abs($item['growth'])) }}
{{ $changeText }} by {{ number_format(abs($item['growth'])) }}