{{ $comment->user_name ?? $comment['user_name'] ?? $comment->user?->name ?? $comment['user']['name'] ?? 'Usuario' }}
{{ optional($comment->created_at ?? ($comment['created_at'] ?? null))?->format('d/m/Y H:i') }}
{{ $comment->comment ?? $comment['comment'] ?? $comment->content ?? $comment['content'] ?? '' }}