@php $value = (int) ($value ?? 0); $level = min(max($value, 0), 2); @endphp {{ $value }}