@foreach ($steps as $step)
  • $step->complete, ]) @if ($step->complete) wire:click="{{ $step->show() }}" @endif > $step->complete, "border border-gray-300 bg-white text-gray-500 dark:border-white/10 dark:bg-gray-950 dark:text-gray-400" => ! $step->complete, ]) > @if ($step->complete) @else {{ $loop->index + 1 }} @endif $step->complete, "font-medium text-gray-900 dark:text-white" => $step->isCurrent(), "text-gray-500 dark:text-gray-400" => ! ( $step->isCurrent() || $step->complete ), ]) > {{ $step->label }} @if (! $loop->last)
    @endif
  • @endforeach