@php $hide = $item->comments->count() > 0 ? '' : 'hidden'; $hide = ($item instanceof \App\Models\TopicableCase) ? "" : $hide; @endphp @foreach( $item->comments as $key => $comment ) @include('review::reviews.pdf.comments.single') @endforeach