@props(['label', 'value', 'unit' => null, 'meta' => null, 'icon' => null, 'warnEdge' => false])
merge(['class' => 'relative overflow-hidden bg-surface border border-line-soft rounded-card px-4 py-[14px] flex flex-col gap-1.5 transition-colors hover:border-line']) }}>
@if ($warnEdge)
@endif
@if ($icon)
@endif
{{ $label }}
@if ($meta)
{{ $meta }}
@endif