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

Ecuador Coach: Coaching Change Makes Morocco Harder to Read

العالم
Morocco World News
2026/03/26 - 13:16 502 مشاهدة

Rabat – Ecuador head coach Sebastien Beccacece has said he remains uncertain about what to expect from Morocco ahead of their upcoming friendly, pointing to the recent coaching change as a key factor 

The two national teams will meet in a friendly match on Friday, 27, as Morocco continues its preparations ahead of the World Cup 2026. 

However, Beccacece said Morocco’s identity on the pitch is not yet fully clear under new coach Mohamed Ouahbi.

Speaking to Spanish News outlet Diario AS, the Ecuador manager explained that the situation creates uncertainty. “We don’t know who we will face,” he said, referring to the impact of the coaching change. 

Beccacece noted that Ouahbi arrives on the heels of a successful tenure after winning the World U20 with Morocco’s under-20 team, but added that it remains unclear how that will translate at the senior level.

Read also: Morocco Ranked 15th Most Valuable National Team at $432 Million

The Argentine coach also drew a comparison with Morocco’s approach before the 2022 World Cup. At that time, Walid Regragui took charge only weeks before the tournament and led the team to a historic semi-final, the only African team to have done so in the history of the global tournament.

“They have created their own model,” he said. “I don’t know if it comes from optimism or if it has become a habit.”

The Ecuador coach pointed to Abde Ezzalzouli, Brahim Diaz, and Achraf Hakimi as potential threats. He pointed to their attacking qualities, especially on the wings, as a key strength of the team.

Beccacece explained that Morocco’s style, particularly in wide areas, shares similarities with Côte d’Ivoire, which Ecuador will face later.

“Their wingers are very similar,” he said, suggesting that the game will act as a useful test before that match.

The match offers Ecuador a chance to adjust and evaluate their squad against a team with strong individual quality.

For Morocco, the game will be a key test for newly appointed coach Mohamed Ouahbi. It offers him the chance to understand his squad better, introduce new tactics, and help the players adapt. 

Building momentum in these friendlies is vital, with the World Cup approaching, where the Atlas Lions are set to face Brazil, Scotland, and Haiti.

The post Ecuador Coach: Coaching Change Makes Morocco Harder to Read appeared first on Morocco World News.

مشاركة:
\n

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

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 48253; // 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 = 48253; // 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
يا هلا! اسألني أي شي 🎤