user()->company()->company_key, auth()->user()->company()->id); } /** * @return string */ public function message() { return ctrans('texts.user_not_associated_with_this_account'); } }