{{ __('labels.comments') }} ({{ $comments->count() }})
@foreach ($comments as $comment) @include('components.comments.comment', [ 'comment' => $comment, 'depth' => 0, 'marginLeft' => 0, 'commentStates' => $commentStates, 'commentableId' => $commentableId, 'commentableType' => $commentableType ]) @endforeach