Future<String> getDateEn() async { await _fetchData(); return _cachedData?['date']?['date_en'] ?? 'غير معروف'; }