@php $percent = match($step) { 1 => 33, 2 => 66, 3 => 100, default => 0 }; @endphp