@props(['title', 'value', 'icon' => null, 'trend' => null, 'color' => 'brand', 'href' => null]) @php $cardClass = 'glass-card rounded-2xl p-5 transition-all duration-200 block'; $cardClass .= $href ? ' hover:shadow-lg hover:border-indigo-200 cursor-pointer group' : ' hover:shadow-lg'; @endphp @if($href) @else
@endif

{{ $title }}

{{ $value }}

@if($trend)

{{ $trend }}

@endif
@if($icon)
{!! $icon !!}
@elseif($href)
@endif
@if($href)
@else
@endif