{{-- Comments List with Pagination --}} @if($comments && $comments->count() > 0)
@foreach($comments as $comment) @include('sitemanager::board.partials.comment', ['comment' => $comment, 'level' => 0]) @endforeach
{{-- Pagination Links --}} @if($comments->hasPages()) {{ $comments->links('sitemanager::pagination.comments') }} @endif @else

No comments yet.

@endif