@php $steps = [ 1 => ['label' => 'Personal & Academic', 'route' => null], 2 => ['label' => 'Documents', 'route' => 'admin.students.registration.step2'], 3 => ['label' => 'Bed Allotment', 'route' => 'admin.students.registration.step3'], 4 => ['label' => 'Security Deposit', 'route' => 'admin.students.registration.step4'], 5 => ['label' => 'Payment & Activate', 'route' => 'admin.students.registration.step5'], ]; $current = $currentStep ?? 1; @endphp