@props([ 'icon' => null, 'label', 'value', 'trend' => null, 'trendValue' => null, 'color' => 'primary', 'iconBg' => 'primary', ])

{{ $label }}

{{ $value }}

{{ $slot }}
@if ($icon)
{!! $icon !!}
@endif
@if ($trend)
@if ($trend == 'up') @else @endif {{ $trendValue }}
@endif