@props([ "comment", ])
{{-- En-tête avec info sur la confession commentée --}}
{{ $comment->confession->category->translatedName ?? __("dashboard.no_category") }}
{{ $comment->created_at->format("d M Y") }}
{{-- Corps de la carte --}}
{{-- Titre de la confession commentée --}}

{{ __("dashboard.comment_on") }}: "{{ Str::words($comment->confession->title, 16) }}"

{{-- Contenu du commentaire --}}

"{{ $comment->content }}"

{{-- Stats et actions --}}
{{ $comment->upvotes }} {{ $comment->downvotes }} @if ($comment->replies->count() > 0) {{ $comment->replies->count() }} {{ __("dashboard.replies") }} @endif
confession->id) }}#comment-{{ $comment->id }}" class="btn-icon-link" > {{ __("dashboard.view_comment") }}