@if($comment->total > 0) @foreach($comment->list as $row) @continue($row->is_delete && $row->replyRows <= 0 && $row->depth == 0) {{-- 삭제된 댓글이며 답변이 없으면 비공개 --}}
@endforeach {{ $comment->pagination }} @endif