@foreach($comments as $comment) @endforeach
User Comment Actions
{{ $comment->user->name }} {{ $comment->body }} {{ $comment->created_at }}
{{ $comments->links('pagination::tailwind') }}