{{ __('labels.post.comments') }}

@guest @endguest @auth
@csrf
@endauth
{{ ($post->comments()->exists()) ? $post->comments->count() : 0 }} @lang ('labels.post.comments'): 
@if ($count = $post->comments()->count()) @foreach ($post->comments as $key => $comment) @include('themes.starter.partials.post.comment', ['count' => $count, 'key' => $key]) @endforeach @endif
@push('scripts') @endpush