@if($comments->count() > 0) @foreach ($comments as $comment) @endforeach @endif

{{ __('courses::courses.post_comment') }}

@error('description') {{ $message }} @enderror
@push('styles') @vite([ 'public/summernote/summernote-lite.min.css', ]) @endpush @push('scripts') @endpush