'Tunai', self::TRANSFER => 'Transfer', self::E_WALLET => 'E-Wallet', self::QRIS => 'QRIS', }; } public static function options(): array { return collect(self::cases())->map(fn ($case) => [ 'value' => $case->value, 'label' => $case->label(), ])->toArray(); } }