{{-- A figure and what it counts: "1,204 · Shares", "3.2 GB · Stored". Not an M3 component; drawn in M3's terms — a panel in surface-container that separates from the page by tone, a label-large `title`, the `value` as the card's hero in an emphasized headline with tabular figures, and a body-small `description`. The value counts up once on first appearance and again when it changes (`x-figure`), and rests under reduced motion. `icon` sits beside the title. The slot, if any, goes under the description — a progress bar for a quota. Drawn by resources/css/components/stat.css from `data-md-stat`; no class list. --}} @props([ 'title' => null, 'value' => null, 'description' => null, 'icon' => null, ])
@if ($icon) @endif {{ $title }}

{{ $value }}

@if ($description)

{{ $description }}

@endif @if ($slot->isNotEmpty())
{{ $slot }}
@endif