@push('css') @endpush @push('js') @endpush
{{ __('labels.comments') }} ({{ $commentsCount ?? 0 }})
@if(empty($comments->count()))
{{ __('labels.no_comments_yet') }}

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

@endif
@include('components.comments.comments-content', [ 'comments' => $comments, 'commentableId' => $commentableId, 'commentableType' => $commentableType ])
(isset($isDisabled) && $isDisabled), ]) >
{{--
{{ __('labels.comment_form_guidance') }}
--}}
@csrf
{{ old('comment') ? strlen(old('comment')) : 0 }}/2000 {{ __('labels.characters') }}
@error('comment')
{{ $message }}
@enderror
{{--
{{ __('labels.comment_tips') }}
  • {{ __('labels.tip_be_respectful') }}
  • {{ __('labels.tip_stay_on_topic') }}
  • {{ __('labels.tip_use_appropriate_language') }}
  • {{ __('labels.tip_no_spam') }}
--}}
@if(isset($isDisabled) && $isDisabled) @else @endif