-
@foreach($feedbackRequest->topLevelComments as $comment)
-
@if ($comment->childComments->isEmpty()) @endif@if ($comment->childComments) @include('enrollment.comment-children', ['comments' => $comment->childComments]) @endif{{ $comment->id }} {{ $comment->user?->name }}{!! nl2br($comment->content) !!}@if (empty($comment->parent_comment_id)) 답글 @endif @if ($comment->childComments->count() > 0) 답글 {{ $comment->all_children_count }}개 숨기기 @endif
@endforeach