@forelse($comments as $comment)
{{-- Línea de tiempo vertical personalizada --}}
{{ $comment->user->name }} {{ $comment->created_at->diffForHumans() }}
{{-- Badge de Etapa --}} {{ $comment->stage->label() }}
{{ $comment->comment }}
@empty

{{ __('No comments recorded yet') }}

{{ __('Be the first to leave a team note on this ticket.') }}

@endforelse