@foreach($comments as $comment) @include('theme::comment.item') @endforeach @if($comments->count()>0)
@if($comments->hasMorePages()) @elseif($comments->currentPage()>1) @endif
@endif