@php $color = $color ?? 'bg-emerald-50 dark:bg-emerald-500/10 text-emerald-700 dark:text-emerald-400'; $icon = $icon ?? null; $value = $value ?? '—'; $suffix = $suffix ?? ''; $label = $label ?? ''; @endphp
@if ($icon)
@endif

{{ $label }}

{{ $value }} {{ $suffix }}