{{ __('labels.comments') }} ({{ $post->comments->count() }})
@foreach ($post->comments as $comment) @include('pages.posts.templates.comments.comment', [ 'comment' => $comment, 'depth' => 0, 'marginLeft' => 0, ]) @endforeach