@props(['comment'])
{{ $comment->author_label }} ยท

{{ $comment->body }}

@if($comment->replies->isNotEmpty())
@foreach($comment->replies as $reply) @include('partials.comment-item', ['comment' => $reply]) @endforeach
@endif