Blog Comments

List of blog comments sorted by newest.

@forelse($comments as $comment)
{{ $comment['name'] }}
{{ $comment['timestamp'] }}
Title: {{ $comment['title'] }}
{{ $comment['message'] }}
@empty

No comments yet

@endforelse
{{ $comments->links() }}