@props([ 'title', 'value', 'trend' => null, 'icon' => null, 'subtext' => null, 'iconBg' => 'bg-emerald-50', 'iconColor' => 'text-emerald-500' ])
{{ $title }} @if($trend) {{ $trend }} @elseif($icon) @endif

{{ $value }}

@if($subtext)

{!! $subtext !!}

@endif