ListUsers::route('/'), 'create' => CreateUser::route('/create'), 'edit' => EditUser::route('/{record}/edit'), ]; } public static function getModelLabel(): string { return User::getAttributeLabel('user'); } public static function getPluralModelLabel(): string { return User::getAttributeLabel('users'); } }