@props(['title' => '', 'value' => '0', 'icon' => 'bi-graph-up', 'trend' => 'up', 'trendValue' => '0%', 'color' => 'primary', 'subtitle' => '', 'sparklineId' => ''])

{{ $title }}

{{ $value }}

@if($trend === 'up') {{ $trendValue }} @elseif($trend === 'down') {{ $trendValue }} @else {{ $trendValue }} @endif @if($subtitle) {{ $subtitle }} @endif
@if($sparklineId)
@endif