Gönderen: {{ $comment->user?->name ?? $comment->guest_name ?? 'Misafir' }}
Email: {{ $comment->guest_email ?? '-' }}
Yorum:

{{ $comment->content }}

Tarih: {{ $comment->created_at->format('d.m.Y H:i') }}
Durum: {{ ucfirst($comment->status) }}