@php ($index = 0) @foreach ($steps as $step) @php ($index++)
  • current step: {{ $index }}.
    {{ $index }}

    {{ $step }}

  • @endforeach