div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

WPL 2024: ਜਾਣੋ ਤੁਸੀਂ MI ਬਨਾਮ UP ਮੈਚ ਕਦੋਂ ਅਤੇ ਕਿੱਥੇ ਮੁਫ਼ਤ ਵਿੱਚ ਦੇਖ ਸਕਦੇ ਹੋ

ਅੱਜ WPL 2024 ਦਾ ਛੇਵਾਂ ਮੈਚ ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਅਤੇ ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਵਿਚਾਲੇ ਖੇਡਿਆ ਜਾਵੇਗਾ। ਇਹ ਮੈਚ ਬੈਂਗਲੁਰੂ ਦੇ ਐੱਮ. ਚਿੰਨਾਸਵਾਮੀ ਸਟੇਡੀਅਮ ‘ਚ ਖੇਡਿਆ ਜਾਵੇਗਾ। MI ਦਾ ਪ੍ਰਦਰਸ਼ਨ ਸ਼ਾਨਦਾਰ ਰਿਹਾ ਹੈ ਅਤੇ ਉਨ੍ਹਾਂ ਨੇ ਲਗਾਤਾਰ ਦੋ ਮੈਚ ਜਿੱਤੇ ਹਨ। ਉਨ੍ਹਾਂ ਨੇ ਦੋਵਾਂ ਖੇਡਾਂ ਵਿੱਚ ਚੰਗਾ ਪ੍ਰਦਰਸ਼ਨ ਕੀਤਾ ਹੈ ਅਤੇ ਲਗਾਤਾਰ ਤਿੰਨ ਮੈਚਾਂ ਵਿੱਚ ਜਗ੍ਹਾ ਬਣਾਉਣ ਲਈ ਉਨ੍ਹਾਂ ਦਾ ਆਤਮਵਿਸ਼ਵਾਸ ਉੱਚਾ ਹੋਵੇਗਾ। ਮੁੰਬਈ ਦੀ ਨਜ਼ਰ ਜਿੱਤ ਦੀ ਹੈਟ੍ਰਿਕ ‘ਤੇ ਹੋਵੇਗੀ। ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਦੀ ਕਪਤਾਨ ਹਰਮਨਪ੍ਰੀਤ ਕੌਰ ਚੰਗੀ ਫਾਰਮ ‘ਚ ਨਜ਼ਰ ਆ ਰਹੀ ਹੈ। ਜਦੋਂ ਕਿ ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਅੱਜ ਆਪਣੇ ਦੋਵੇਂ ਮੈਚ ਹਾਰਨ ਤੋਂ ਬਾਅਦ ਤੀਜਾ ਮੈਚ ਖੇਡਣ ਲਈ ਮੈਦਾਨ ‘ਤੇ ਉਤਰ ਰਹੀ ਹੈ। ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਦੀ ਨਜ਼ਰ ਪਹਿਲੀ ਜਿੱਤ ‘ਤੇ ਹੋਵੇਗੀ। ਸਾਰੇ ਦਰਸ਼ਕ ਇਹ ਜਾਣਨਾ ਚਾਹੁੰਦੇ ਹਨ ਕਿ ਉਹ ਇਹ ਮੈਚ ਕਦੋਂ ਅਤੇ ਕਿੱਥੇ ਮੁਫ਼ਤ ਵਿੱਚ ਦੇਖ ਸਕਦੇ ਹਨ, ਇਸ ਲਈ ਸਾਨੂੰ ਦੱਸੋ।

https://twitter.com/mipaltan/status/1762712219219906893?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1762712219219906893%7Ctwgr%5E9d3d623fe8bcb0724db34f36a201fca466bfe1fd%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.prabhatkhabar.com%2Fsports%2Fcricket%2Fwpl-2024-mi-vs-up-match-where-you-watch-free-wks

WPL 2024: ਤੁਸੀਂ ਇਸ ਮੈਚ ਨੂੰ ਇੱਥੇ ਮੁਫ਼ਤ ਦੇਖ ਸਕਦੇ ਹੋ
ਮਹਿਲਾ ਪ੍ਰੀਮੀਅਰ ਲੀਗ (WPL 2024) ਦਾ ਛੇਵਾਂ ਮੈਚ ਅੱਜ ਯਾਨੀ 28 ਫਰਵਰੀ ਨੂੰ ਖੇਡਿਆ ਜਾਵੇਗਾ। ਇਹ ਮੈਚ ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਅਤੇ ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਵਿਚਾਲੇ ਬੈਂਗਲੁਰੂ ਦੇ ਐਮ ਚਿੰਨਾਸਵਾਮੀ ਸਟੇਡੀਅਮ ‘ਚ ਖੇਡਿਆ ਜਾਵੇਗਾ। ਇਹ ਮੈਚ ਭਾਰਤੀ ਸਮੇਂ ਅਨੁਸਾਰ ਸ਼ਾਮ 7.30 ਵਜੇ ਤੋਂ ਖੇਡਿਆ ਜਾਵੇਗਾ। ਦੋਵੇਂ ਟੀਮਾਂ ਦੇ ਕਪਤਾਨ ਸ਼ਾਮ 7 ਵਜੇ ਟਾਸ ਲਈ ਮੈਦਾਨ ‘ਚ ਉਤਰਨਗੇ। ਤੁਸੀਂ ਇਸ ਮੈਚ ਨੂੰ ਸਪੋਰਟਸ 18 HD/SD ‘ਤੇ ਲਾਈਵ ਦੇਖ ਸਕਦੇ ਹੋ। ਇਸ ਤੋਂ ਇਲਾਵਾ ਤੁਸੀਂ ਇਸ ਮੈਚ ਨੂੰ ਜੀਓ ਸਿਨੇਮਾਸ ‘ਚ ਦੇਖ ਸਕਦੇ ਹੋ।

WPL 2024: MI ਬਨਾਮ ਯੂਪੀ: ਹੈੱਡ ਟੂ ਹੈੱਡ ਰਿਕਾਰਡ
WPL ਦੇ ਪਿਛਲੇ ਸੀਜ਼ਨ ਵਿੱਚ ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਅਤੇ ਯੂਪੀ ਵਾਰੀਅਰਸ ਤਿੰਨ ਵਾਰ ਆਹਮੋ-ਸਾਹਮਣੇ ਹੋ ਚੁੱਕੇ ਹਨ। ਜਿਸ ਵਿੱਚ ਐਮਆਈ ਨੇ ਦੋ ਮੈਚ ਜਿੱਤੇ ਅਤੇ ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਨੇ ਇੱਕ ਮੈਚ ਜਿੱਤਿਆ। ਮੁੰਬਈ ਦੇ ਬ੍ਰੇਬੋਰਨ ਸਟੇਡੀਅਮ ਵਿੱਚ ਖੇਡੇ ਗਏ ਪਹਿਲੇ ਮੈਚ ਵਿੱਚ ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਨੇ ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਨੂੰ ਅੱਠ ਵਿਕਟਾਂ ਨਾਲ ਹਰਾਇਆ। ਨਵੀਂ ਮੁੰਬਈ ਵਿੱਚ ਡੀਵਾਈ ਪਾਟਿਲ ਸਪੋਰਟਸ ਅਕੈਡਮੀ ਵਿੱਚ, ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਨੇ ਜ਼ੋਰਦਾਰ ਵਾਪਸੀ ਕੀਤੀ ਅਤੇ ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਨੂੰ ਪੰਜ ਵਿਕਟਾਂ ਨਾਲ ਹਰਾਇਆ। ਦੋਵੇਂ ਧਿਰਾਂ ਨਵੀਂ ਮੁੰਬਈ ਵਿੱਚ ਐਲੀਮੀਨੇਟਰ ਵਿੱਚ ਦੁਬਾਰਾ ਮਿਲੀਆਂ, ਜਿਸ ਵਿੱਚ MI ਨੇ 72 ਦੌੜਾਂ ਨਾਲ ਸ਼ਾਨਦਾਰ ਜਿੱਤ ਦਰਜ ਕੀਤੀ।
ਖੇਡੇ ਗਏ ਮੈਚ – 3
ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਦੁਆਰਾ ਜਿੱਤੇ ਗਏ ਮੈਚ- 2
ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਦੁਆਰਾ ਜਿੱਤੇ ਗਏ ਮੈਚ – 1
ਬਿਨਾਂ ਨਤੀਜੇ ਦੇ ਮੈਚ – 0

WPL 2024: MI ਬਨਾਮ ਯੂਪੀ: ਮੌਸਮ ਦੀ ਭਵਿੱਖਬਾਣੀ
ਮੌਸਮ ਵਿਭਾਗ ਮੁਤਾਬਕ ਮੈਚ ਦੌਰਾਨ ਬੈਂਗਲੁਰੂ ਦਾ ਆਸਮਾਨ ਸਾਫ ਰਹੇਗਾ। ਦਿਨ ਦੀ ਸ਼ੁਰੂਆਤ ਵਿੱਚ ਵੱਧ ਤੋਂ ਵੱਧ ਤਾਪਮਾਨ 29 ਡਿਗਰੀ ਸੈਲਸੀਅਸ ਰਹਿਣ ਦੀ ਸੰਭਾਵਨਾ ਹੈ। ਹਵਾ ਦੀ ਰਫ਼ਤਾਰ ਲਗਭਗ 16 ਕਿਲੋਮੀਟਰ ਪ੍ਰਤੀ ਘੰਟਾ ਹੋਵੇਗੀ। ਨਮੀ ਦਾ ਸੂਚਕ ਅੰਕ ਲਗਭਗ 28 ਫੀਸਦੀ ਰਹੇਗਾ।

WPL 2024: MI ਬਨਾਮ UP: ਪਿੱਚ ਰਿਪੋਰਟ
ਪਿਛਲੇ ਕੁਝ ਮੈਚਾਂ ‘ਚ ਬੈਂਗਲੁਰੂ ਦੀ ਪਿੱਚ ਬੱਲੇਬਾਜ਼ੀ ਲਈ ਥੋੜੀ ਚੁਣੌਤੀਪੂਰਨ ਲੱਗ ਰਹੀ ਸੀ। ਆਮ ਤੌਰ ‘ਤੇ, ਸਥਾਨ ‘ਤੇ ਵਿਕਟ ਬੱਲੇਬਾਜ਼ੀ ਲਈ ਵਧੀਆ ਹੁੰਦੀ ਹੈ, ਪਰ ਵਰਤੀ ਗਈ ਸਤ੍ਹਾ ਬੱਲੇਬਾਜ਼ਾਂ ਨੂੰ ਚੁਣੌਤੀ ਦੇ ਸਕਦੀ ਹੈ। ਪਿੱਚ ‘ਤੇ ਤਰੇੜਾਂ ਕਾਰਨ ਸਪਿਨ ਗੇਂਦਬਾਜ਼ਾਂ ਨੂੰ ਉੱਥੇ ਦੀ ਪਿੱਚ ਤੋਂ ਜ਼ਿਆਦਾ ਮਦਦ ਮਿਲ ਸਕਦੀ ਹੈ। ਦਰਾੜ ਕਾਰਨ ਗੇਂਦ ਪਿੱਚ ‘ਤੇ ਰੁਕ ਕੇ ਬੱਲੇਬਾਜ਼ ਤੱਕ ਪਹੁੰਚ ਜਾਵੇਗੀ। ਅਜਿਹੇ ‘ਚ ਸਪਿਨ ਗੇਂਦਬਾਜ਼ਾਂ ਨੂੰ ਵਿਕਟਾਂ ਹਾਸਲ ਕਰਨ ‘ਚ ਮਦਦ ਮਿਲੇਗੀ।

WPL 2024: ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਸੰਭਾਵਿਤ 11 ‘ਤੇ ਖੇਡ ਰਹੀ ਹੈ
ਹੇਲੀ ਮੈਥਿਊਜ਼, ਯਾਸਤਿਕਾ ਭਾਟੀਆ (ਡਬਲਯੂ.ਕੇ.), ਨੈਟਲੀ ਸਾਇਵਰ-ਬਰੰਟ, ਹਰਮਨਪ੍ਰੀਤ ਕੌਰ (ਸੀ), ਅਮੇਲੀਆ ਕੇਰ, ਪੂਜਾ ਵਸਤਰਕਾਰ, ਅਮਨਜੋਤ ਕੌਰ, ਐਸ ਸਜਨਾ, ਸ਼ਬਨੀਮ ਇਸਮਾਈਲ, ਕੀਰਤਨ ਬਾਲਕ੍ਰਿਸ਼ਨਨ, ਸਾਈਕਾ ਇਸ਼ਾਕ।

WPL 2024: ਸੰਭਾਵਿਤ ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਦੇ 11 ਖੇਡਣਾ
ਐਲੀਸਾ ਹੀਲੀ (ਕਪਤਾਨ ਅਤੇ ਡਬਲਯੂਕੇ), ਚਮਾਰੀ ਅਥਾਪੱਥੂ, ਵਰਿੰਦਾ ਦਿਨੇਸ਼, ਟਾਹਲੀਆ ਮੈਕਗ੍ਰਾ, ਸ਼ਵੇਤਾ ਸਹਿਰਾਵਤ, ਦੀਪਤੀ ਸ਼ਰਮਾ, ਕਿਰਨ ਨਵਗੀਰੇ/ਅੰਜਲੀ ਸਰਵਾਨੀ, ਪੂਨਮ ਖੇਮਨਾਰ, ਸੋਫੀ ਏਕਲਸਟੋਨ, ​​ਰਾਜੇਸ਼ਵਰੀ ਗਾਇਕਵਾੜ, ਗੌਹਰ ਸੁਲਤਾਨਾ

WPL 2024: ਯੂਪੀ ਵਾਰੀਅਰਜ਼ ਮਹਿਲਾ ਟੀਮ
ਐਲੀਸਾ ਹੀਲੀ (ਕਪਤਾਨ/ਕਪਤਾਨ), ਵ੍ਰਿੰਦਾ ਦਿਨੇਸ਼, ਟਾਹਲੀਆ ਮੈਕਗ੍ਰਾ, ਗ੍ਰੇਸ ਹੈਰਿਸ, ਸ਼ਵੇਤਾ ਸਹਿਰਾਵਤ, ਕਿਰਨ ਨਵਗੀਰੇ, ਪੂਨਮ ਖੇਮਨਾਰ, ਦੀਪਤੀ ਸ਼ਰਮਾ, ਸੋਫੀ ਏਕਲਸਟੋਨ, ​​ਗੌਹਰ ਸੁਲਤਾਨਾ, ਰਾਜੇਸ਼ਵਰੀ ਗਾਇਕਵਾੜ, ਸਾਇਮਾ ਠਾਕੋਰ, ਅੰਜਲੀ ਸਰਵਾਨੀ, ਚੋਪਰਾਵ, ਲਾ. ਸੋਪਧਾਂਡੀ ਯਸ਼ਸ਼੍ਰੀ, ਚਾਮਰੀ ਅਥਾਪਥੁ, ਡੈਨੀਅਲ ਵਯਟ

WPL 2024: ਮੁੰਬਈ ਇੰਡੀਅਨਜ਼ ਮਹਿਲਾ ਟੀਮ
ਯਸਤਿਕਾ ਭਾਟੀਆ (ਡਬਲਯੂ), ਹੇਲੀ ਮੈਥਿਊਜ਼, ਨੈਟ ਸਾਇਵਰ-ਬਰੰਟ, ਹਰਮਨਪ੍ਰੀਤ ਕੌਰ (ਸੀ), ਅਮੇਲੀਆ ਕੇਰ, ਪੂਜਾ ਵਸਤਰਕਾਰ, ਅਮਨਜੋਤ ਕੌਰ, ਐਸ ਸਜਨਾ, ਸ਼ਬਨੀਮ ਇਸਮਾਈਲ, ਕੀਰਤਨ ਬਾਲਕ੍ਰਿਸ਼ਨਨ, ਸਾਈਕਾ ਇਸਹਾਕ, ਕਲੋਏ ਟ੍ਰਾਇਓਨ, ਫਾਤਿਮਾ ਜਾਫਰ, ਹੁਮੈਰਾ ਕਾਜ਼ੀ, ਜਿੰਦੀਮਨੀ ਕਲੀਤਾ, ਪ੍ਰਿਅੰਕਾ ਬਾਲਾ, ਅਮਨਦੀਪ ਕੌਰ

Exit mobile version