@if ($isEditing)
@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