عمرو يوسف على قمة شباك تذاكر السينما في مصر


اعتلى فيلم درويش، بطولة النجم عمرو يوسف، قمة شباك تذاكر السينما، أمس الجمعة، بـ وحقق في شباك تذاكر السينما، قرابة 993.4 ألف جنيه، مقابل بيع 6605 تذكرة، ليقفز بإجمالي إيراداته إلى 53 مليون 84 ألف جنيه في 38 يوم.
بوسترات فيلم درويش - صورة أرشيفية
أبطال فيلم درويش
فيلم «درويش» من تأليف وسام صبري، وإخراج وليد الحلفاوى، ويشارك في بطولته كل من: عمرو يوسف، ودينا الشربيني، وتارا عماد، ومصطفى غريب، ومحمد شاهين، وخالد كمال وأحمد عبدالوهاب، ومن إنتاج محمد حفظي وممدوح سبع.
بوسترات فيلم درويش - صورة أرشيفية
قصة فيلم درويش
وتدور أحداث «درويش» حول مُحتال يخوض مغامرات مصيرية ويواجه تحديات شخصية، ومع مرور الوقت، تزداد التحديات وتصبح قراراته حاسمة، إذ يصبح من الصعب التفرقة بين ما قد يؤدي إلى نجاته أو سقوطه.
بوسترات فيلم درويش - صورة أرشيفية
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/3554360', //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(); });