user()->company()->account->companies->count() <= 10; } /** * @return string */ public function message() { return ctrans('texts.company_limit_reached'); } }