Comments ({{ $news->comments->count() }})
{{ $comment->title }}
By {{ $comment->author_name ?? 'Anonymous' }} on {{ \Carbon\Carbon::parse($comment->created_at)->format('d M, Y') }}{{ $comment->message }}
Leave a Comment