@php $pct = $pct ?? null; $color = $pct === null ? '#94a3b8' : ($pct > 50 ? '#10b981' : ($pct > 20 ? '#f59e0b' : '#ef4444')); $fillW = $pct !== null ? max(0, min(20, (int) round($pct / 100 * 20))) : 0; $label = $pct !== null ? $pct . ' %' : '—'; @endphp {{-- Corps --}} {{-- Borne + --}} {{-- Remplissage --}} @if($pct !== null) @endif {{ $label }}