'Aktif', self::INACTIVE => 'Tidak Aktif', }; } public function color(): string { return match ($this) { self::ACTIVE => 'emerald', self::INACTIVE => 'red', }; } }