isMe()) { return true; } if ($this->hasRole(['admin', 'manager'])) { return true; } if ($this->hasRole('vendor') && $this->channel()->id) { return true; } return false; } }