@php $progressValue = (float) $value; // Ensure value is between 0 and 100 for gauge chart $gaugeValue = max(0.1, min(99.9, $progressValue)); @endphp @if ($progressValue == 0)