{{-- Stepper / Progress Steps Component Props: $steps – array of step label strings $current – current step index (1-based) $variant – horizontal|vertical (default: horizontal) --}} @props([ 'steps' => [], 'current' => 1, 'variant' => 'horizontal', ]) @php $total = count($steps); @endphp