@props([ 'value' => 0, 'max' => 100, 'label' => null, 'showLabel' => true, ]) @php $pct = $max > 0 ? min(100, max(0, round(($value / $max) * 100, 1))) : 0; @endphp