@props([ 'max' => 100, 'value' => 0, 'color' => 'bg-emerald-400', 'hideMaxLabel' => false ])
merge([ 'class' => 'flex flex-row gap-2 items-center rounded self-stretch', ]) }}>
{{ number_format_locale($value) }} @unless($hideMaxLabel) / {{ number_format_locale($max) }} @endunless{{ $slot }}