{{ __('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('components.comments.comments-content',[ 'comments' => $comments, 'commentStates' => $commentStates, 'commentableId' => $commentableId, 'commentableType' => $commentableType ])