@props(['steps' => []])
@forelse($steps as $step)
@if(($step['status'] ?? '') === 'completed') @elseif(($step['status'] ?? '') === 'active') @else @endif
@if(!$loop->last)
@endif
{{ $step['label'] ?? '' }}
@if(isset($step['date'])) {{ $step['date'] }} @endif @if(isset($step['user'])) by {{ $step['user'] }} @endif @if(isset($step['note'])) {{ $step['note'] }} @endif
@empty

No status history available.

@endforelse