{{ $comment->created_at?->diffForHumans() }} @if ($comment->isParent() && $comment->children()->doesntExist()) __('pm.reply') @endif @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 @joypixels($comment->getContentHtml()) @endif