{{ __('labels.discussion') }}

{{ __('labels.share_thoughts') }}

{{-- Comment Form --}}
@csrf
{{ old('comment') ? strlen(old('comment')) : 0 }}/2000 {{ __('labels.characters') }}
@error('comment')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@include('pages.posts.templates.comments.comments-content',[ 'post' => $post, 'commentStates' => $commentStates ])