{{ $comment->created_at?->diffForHumans() }} isParent()) wire:click="$toggle('isReplying')" @else wire:click="$parent.$toggle('isReplying')" @endif class="comment__reply" > __('pm.reply') @if ($comment->user_id === auth()->id() || auth()->user()->group->is_modo) __('common.edit') __('common.delete') @endif @if ($isEditing) @error('editState') {{ __('common.error') }}: @enderror Edit your comment... @error('editState') {{ $message }} @enderror {{ __('common.edit') }} {{ __('common.cancel') }} @else @bbcode($comment->content) @endif