{{ $comment->user->name }}

{{ $comment->user->name }}

@if($comment->user->is_admin) @endif @if($comment->user->is_patreon) @endif
@if ($isEditing)
@error('editState.body')

{{ $message }}

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

{{ $message }}

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