@props([ 'title' => null, 'value' => null, 'icon' => null, 'color' => null, 'href' => null, 'label' => null ]) @php $iconContainerClasses = \Illuminate\Support\Arr::toCssClasses([ 'p-1.5 rounded-full flex items-center justify-center', match ($color) { 'primary' => 'bg-primary-600/50 text-primary-600', 'secondary' => 'bg-secondary-600/50 text-secondary-600', 'sky' => 'bg-sky-600/50 text-sky-600', 'warning' => 'bg-warning-600/50 text-warning-600', default => null, }, ]); @endphp

{{ $title }}

{{ $value }}

@if($href) {{ __('see_more') }} @else {{ $label }} @endif
@if($href) @endif