ListWallets::route('/'), 'view' => ViewWallet::route('/{record}'), 'edit' => EditWallet::route('/{record}/edit'), ]; } public static function canCreate(): bool { return false; } }