... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
27459 مقال 231 مصدر نشط 38 قناة مباشرة 6348 خبر اليوم
آخر تحديث: منذ 3 ثواني

Havertz eyes successful World Cup

العالم
Express Tribune
2026/03/26 - 10:03 501 مشاهدة
Germany forward Kai Havertz is close to his best form again after several injuries in the past 12 months, and a successful Arsenal run across three competitions in the coming months will be the best preparation for the World Cup, he said. Havertz, who has been away from the national team for more than a year after missing last year's internationals through injury, is part of the Germany squad to face Switzerland on Friday and Ghana three days later. "I had a tough time. It was not easy for me," Havertz told a press conference ahead of Germany's friendly against hosts Switzerland. "I had my first injury in February ⁠last year, three and a half months out then comeback and then a setback with the knee injury," he added. Havertz returned to action for the Premier League leaders Arsenal in January after being sidelined since August last year, but the 26-year-old said he was ready for his club's busy match schedule in the league, the FA Cup and the Champions League. "I now feel completely fit. I need the one or other game from the start to reach 100 percent but I feel fit to start lasting over 90 minutes," he said. Havertz added that Arsenal's busy schedule came just at the right time. "We have many ‌matches ⁠in three competitions. I missed the first six months of the season and I will give it all for the club, and to be able to go with a lot of confidence to the World Cup. I want to be successful at this World Cup and lead the way," he said. Germany have set their sights on winning ⁠the World Cup following shock group-stage exits in 2018 and 2022, determined to restore their reputation as a global football powerhouse. The tournament starts in June and is co-hosted by Mexico, the United States and Canada. The Germans, who have ⁠not reached a final in any major international tournament since winning their fourth World Cup in 2014 in Brazil, have been drawn in Group E with Ecuador, Curacao and Ivory Coast for the June ⁠11-July 19 tournament. Germany have set their sights on winning ⁠the World Cup following shock group-stage exits in 2018 and 2022, determined to restore their reputation as a global football powerhouse. The tournament starts in June and is co-hosted by Mexico, the United States and Canada. The Germans, who have ⁠not reached a final in any major international tournament since winning their fourth World Cup in 2014 in Brazil, have been drawn in Group E with Ecuador, Curacao and Ivory Coast for the June ⁠11-July 19 tournament. They play their opening World Cup match in Houston, Texas on June 14 against Curacao. Germany then travel to Toronto on June 20 to take on Ivory Coast before their last group game against Ecuador in New York on June 25.
مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 53257; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 53257; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤