• @if ($comment->isParent() && $comment->children()->doesntExist())
  • @endif @if ($comment->user_id === auth()->id() || auth()->user()->group->is_modo)
  • @endif
    @if ($isEditing)

    @error('editState') {{ $message }} @enderror

    @else
    @joypixels($comment->getContentHtml())
    @endif
    @if ($comment->isParent())
    Replies
    @if ($comment->children()->exists()) @endif @if ($isReplying || $comment->children()->exists())

    @error('replyState') {{ $message }} @enderror

    @endif
    @endif