@forelse($comments as $comment) {{-- Timeline Item with Green Accent --}}
{{-- Header: User, Time and Stage --}}
{{ $comment->user->name }} {{ $comment->created_at->diffForHumans() }}
{{-- Dynamic Badge --}} {{ $comment->stage->label() }}
{{-- Message Body --}}
"{{ $comment->comment }}"
@empty {{-- Empty State --}}

No team comments yet.

@endforelse