@props(['current' => 1]) @php $steps = [1 => 'Date', 2 => 'Your Details', 3 => 'Confirm']; @endphp
merge(['class' => 'booking-steps']) }}> @foreach($steps as $n => $label)
{{ $n }} {{ $label }}
@if(! $loop->last)@endif @endforeach