'Aktif', self::Inactive => 'Tidak Aktif', }; } public function getColor(): string|array|null { return match ($this) { self::Active => 'success', self::Inactive => 'danger', }; } }