user(); return Client::where('company_id', $user->company()->id)->whereIn('id', $this->transformKeys($value))->count() == count($value); } /** * @return string */ public function message() { return 'Invalid client ids'; } }