مصطفى محمد يقود تشكيل نانت ضد رين في الدوري الفرنسي


يقود النجم المصري مصطفى محمد تشكيل نانت ضد رين مساء اليوم السبت، في إطار منافسات مسابقة الدوري الفرنسي موسم 2025-26.
وتقام مباراة نانت ضد رين اليوم السبت، وبالتحديد في تمام الساعة السادسة مساءً بتوقيت القاهرة.
ويستقبل ملعب «لا بوجوار» معقل رفقاء مصطفى محمد مباراة نانت ضد رين ضمن منافسات الجولة الخامسة، من مباريات الدوري الفرنسي موسم 2025-26.
وجاء تشكيل نانت اليوم كالتالي:
حراسة المرمى: لوبيز.
خط الدفاع: أميان- أوازيم- لادو- كوزا.
وسط الميدان: تاتي- موانجا- ليروكس- ليبينانت- أبلين.
خط الهجوم: مصطفى محمد
miso-explore { } const misocmd = window.misocmd || (window.misocmd = []); misocmd.push(async () => { const MisoClient = window.MisoClient; // 1. create a Miso client instance and access the explore workflow const client = new MisoClient('kcfNGpthMHTMZ84yoxTlUokvwcNxULq7RsG63Z4j'); const workflow = client.ui.explore; // wait for styles to be loaded await client.ui.ready; // 2. tell the workflow which article you want to generate questions against // the product_id must match the ones in your catalog workflow.useApi({ product_id: 'https://www.almasryalyoum.com/news/details/3554361', //product_id_of_the_article }); // 3. tell the workflow how to get to the answers page given a question // the path must match the path of the answers page in your website workflow.useLink(question => `/answers?q=${encodeURIComponent(question)}`); // 4. kick off the workflow workflow.start(); });