@props(['segments']) {{-- Pure inline SVG donut — $segments is ['label' => string, 'value' => number, 'color' => css color][]. No JS charting library needed for a single static snapshot chart. --}} @php $total = max(1, collect($segments)->sum('value')); $circumference = 2 * M_PI * 40; $offset = 0; @endphp