$isCurrent,
'step-circle-completed' => $isCompleted,
'step-circle-inactive' => $isPending,
'border-primary-500 bg-primary-500 text-white' => $isCurrent,
'border-green-500 bg-green-500 text-white' => $isCompleted,
'border-gray-300 bg-white dark:bg-gray-800 text-gray-500' => $isPending,
])>
@if($isCompleted)
@else
{{ $step }}
@endif
$isCurrent,
'text-green-600 dark:text-green-400' => $isCompleted,
'text-gray-500 dark:text-gray-400' => $isPending,
])>
{{ $info['name'] }}
{{ $info['name'] }}
@if($info['description'] ?? false)
{{ $info['description'] }}
@endif