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