{{ $comment->user->name }}
{{ $comment->user->name }}
@if ($isEditing)
@error('editState.body')

{{ $message }}

@enderror
@else

{!! $comment->presenter()->markdownBody() !!}

@endif
{{ $comment->presenter()->relativeCreatedAt() }} @auth {{--@if ($comment->hasParent())--}} @if ($comment->depth() < 2) @endif {{--@endif--}} @can ('update', $comment) @endcan @can ('destroy', $comment) @endcan @endauth
@if ($isReplying)
@error('replyState.body')

{{ $message }}

@enderror
@endif @foreach ($comment->children as $child) @endforeach