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

Celebrities dazzle in designer outfits at Aiman and Minal Khan’s Eid bash

العالم
Express Tribune
2026/03/24 - 02:11 503 مشاهدة
An Eid event isn't complete without a large gathering, which includes all celebrities coming together and enjoying under one roof. Showing off their Eid outfits and blinging, such a gathering was hosted by The Khan sisters (Aiman and Minal) this Eid. Celebrities from all over the industry were spotted here, wearing designer clothes and dressed to match the festive vibe. Here's a breakdown of which celebrity was present and what they wore this Eid for the grand dawat:         View this post on Instagram                       The hosts, Aiman Khan and Muneeb Butt, were seen wearing MKWears_PK.         View this post on Instagram                       The star guest, Amar Khan, wore a dress gifted by her mom, looking regal as ever in the shiny ice blue short shirt and pants.         View this post on Instagram                       The ever-stunning Saboor Aly was seen dazzling in a black net dress by Anum Rijwani.         View this post on Instagram                       The famous couple, Iqra Aziz and Yasir Hussain, were also spotted at the event. Hussain adorned a classic Humayun Alamgir outfit, and Iqra was seen wearing a shocking pink kurta set that had delicate floral embroidery.         View this post on Instagram                       Kinza Hashmi was seen wearing an all black attire that had sequin detailing over it.         View this post on Instagram                       Even Mansha Pasha was spotted at the event wearing an organza jacket over a crop top and palazzo pants from Umsha by Uzma Baber.         View this post on Instagram                       Aamna Ilyas was spotted wearing a silk floral printed saree.         View this post on Instagram                       The evergreen and beautiful Mehwish Hayat was spotted at the Eid dinner wearing a pastel pink long shirt.         View this post on Instagram                       Zhalay Sarhadi was spotted wearing a short shirt jacket with red patiala shalwar by Iqra Furqan at the event.         View this post on Instagram                       And finally, the producer duo Shazia Wajahat and Wajahat Rauf also attended the event. Shazia was seen wearing a printed white anarkali dress, and Rauf was seen wearing a classic royal blue kurta pajama with a striped scarf.
مشاركة:
\n

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

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