'دستی', self::API => 'API', self::IMPORT => 'فایل', self::SYSTEM => 'سیستم', self::CUSTOMER => 'مشتری', }; } public function color(): string { return match($this) { self::MANUAL => 'warning', self::API => 'info', self::IMPORT => 'gray', self::SYSTEM => 'success', self::CUSTOMER => 'primary', }; } }