@foreach($comments->take(5) as $comment) <p>Name user: {{$comment->name}}</p> <p>Comment: {{$comment->comment}}</p> @endforeach