CINXE.COM
Opinion - DAWN.COM
<!DOCTYPE html> <html lang="en"> <head> <!-- meta --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <![endif]--> <title>Opinion - DAWN.COM</title> <meta name='subject' content='Your window to latest news, analysis and features from Pakistan, South Asia and the world.' /> <meta name='description' content='Pakistan’s most trusted outlet for the breaking, latest and top news across the country and the world.' /> <meta property='fb:app_id' content='1383068068604634' /> <meta property='og:locale' content='en_US' /> <link rel='canonical' href='https://www.dawn.com/opinion' /> <link rel='alternate' type='application/rss+xml' title='The Dawn News' href='https://www.dawn.com/feeds/opinion/' /> <link rel='index' href='https://www.dawn.com/opinion' /> <meta name='twitter:image' content='https://www.dawn.com/_img/social-default.jpg' /> <meta property='og:image' content='https://www.dawn.com/_img/social-default.jpg' /> <meta itemprop='image' content='https://www.dawn.com/_img/social-default.jpg' /> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-C521GRS8DF"></script> <script> window.dataLayer = window.dataLayer || []; window.googletag = window.googletag || {cmd: []}; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-C521GRS8DF'); </script> <script> gtag('event', 'custom', { "Category": "Opinion", "non_interaction": true }); </script> <script type="application/ld+json"> {"@context":"http:\/\/schema.org","@type":"organization","logo":"https:\/\/www.dawn.com\/_img\/logo.png","name":"DAWN.COM","url":"https:\/\/www.dawn.com","sameAs":["https:\/\/www.facebook.com\/dawndotcom\/","https:\/\/twitter.com\/dawn_com","https:\/\/www.instagram.com\/dawn.today\/",""],"potentialAction":{"@type":"SearchAction","target":"https:\/\/www.dawn.com\/search?cx=016184311056644083324:a1i8yd7zymy&ie=UTF-8&q={search_term_string}","query-input":"required name=search_term_string"}} </script> <script type="application/ld+json"> {"@context": "http://schema.org", "@type": "BreadcrumbList","itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/www.dawn.com\/opinion","name":"Opinion"}}]} </script> <!-- - - - - start:counters - - - - --> <script type='text/javascript'> document.addEventListener("DOMContentLoaded", function() { Counter.count([{"category":"Opinion"}]); }); </script> <!-- - - - - end:counters - - - - --> <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900&display=swap' media='all'> <link rel='stylesheet' href='https://www.dawn.com/_css/newskit.20241216110707.css' media='all'> <link rel='stylesheet' href='https://www.dawn.com/_css/merriweather.20241015121807.css' media='all'> <link rel='stylesheet' href='https://www.dawn.com/_css/shame.20250220103107.css' media='all'> <script src='https://code.jquery.com/jquery-3.6.0.min.js' defer='true'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js' defer='true'></script> <script src='https://www.dawn.com/_js/ad-sticky-close.20240324031335.js' defer='true'></script> <script src='https://www.dawn.com/_js/all.20250214123308.js' defer='true'></script> <link rel='preload' as='style' href='https://www.dawn.com/_css/headroom.20241114121409.css'> <link rel='preload' as='font' href='https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900&display=swap'> <link rel='preload' as='style' href='https://www.dawn.com/_css/newskit.20241216110707.css'> <link rel='preload' as='style' href='https://www.dawn.com/_css/merriweather.20241015121807.css'> <link rel='preload' as='style' href='https://www.dawn.com/_css/shame.20250220103107.css'> <link rel='preload' as='script' href='https://code.jquery.com/jquery-3.6.0.min.js'> <link rel='preload' as='script' href='https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js'> <link rel='preload' as='script' href='https://www.dawn.com/_js/ad-sticky-close.20240324031335.js'> <link rel='preload' as='script' href='https://www.dawn.com/_js/all.20250214123308.js'> <link rel='dns-prefetch preconnect' href='i.dawn.com'> <link rel='dns-prefetch preconnect' href='fonts.googleapis.com'> <link rel='dns-prefetch preconnect' href='code.jquery.com'> <link rel='dns-prefetch preconnect' href='cdnjs.cloudflare.com'> <!-- adverts:header start --> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; window.debugAds = window.location && window.location.search && window.location.search.includes('googfc'); window.isElemVisible = (div) => { // https://stackoverflow.com/a/33456469/50475 return div && (!!(div.offsetWidth || div.offsetHeight || div.getClientRects().length)); } // Relocate Ads window.addEventListener('DOMContentLoaded',function () { document.querySelectorAll('[data-selector]').forEach(ad => { if (target = document.querySelector(ad.getAttribute('data-selector'))) { target.insertAdjacentElement('afterend', ad); } }); }); // Relocate Ad if viewport width is less than 720px window.addEventListener('DOMContentLoaded',function () { if (window.matchMedia('(max-width: 720px)').matches) { document.querySelectorAll('[data-selector-mobile]').forEach(ad => { if (target = document.querySelector(ad.getAttribute('data-selector-mobile'))) { target.insertAdjacentElement('afterend', ad); } }); } }); window.addEventListener('DOMContentLoaded', function () { googletag.cmd.push(function() { // disable slots in hidden divs (sidebar on small screens etc) googletag.pubads().getSlots().forEach(slot => { const divId = slot.getSlotElementId(); if (!isElemVisible(document.getElementById(divId))) { if (debugAds) { console.log('disable hidden slot: ' + slot.getAdUnitPath() + ' ' + divId); } // this has a potential issue in views where tabs are used as there could be multiple // tabs with hidden/none class/style attribute and ads rendered under those tabs will // never be displayed or loaded googletag.destroySlots([slot]); } }); }); }); googletag.cmd.push(function() { googletag.defineSlot('/1029551/Dawn-Responsive-Middle-Leaderboard', [[970,250],[970,90],[728,90],[300,600],[320,480],[320,50],[320,100],[300,50],[300,250],[1,1]], 'div-gpt-ad-1693559881661-0') .defineSizeMapping([[[970,0],[[970,250],[970,90],[728,90],[300,600],[320,480],[320,50],[320,100],[300,50],[1,1]]],[[728,0],[[728,90],[300,600],[320,480],[320,50],[320,100],[300,50],[1,1]]],[[0,0],[[300,600],[320,480],[300,250],[320,50],[320,100],[300,50],[1,1]]]]) .addService(googletag.pubads()); googletag.defineSlot('/1029551/Dawn-Responsive-ATF-MREC', [[300,250]], 'div-gpt-ad-1683363673257-0') .defineSizeMapping([[[0,0],[[300,250]]]]) .addService(googletag.pubads()); googletag.defineSlot('/1029551/Dawn-Responsive-Footer-Stickable-Leaderboard', [[970,250],[970,90],[728,90],[320,50],[320,100],[300,50],[300,250],[1,1]], 'div-gpt-ad-1693559286339-0') .defineSizeMapping([[[970,0],[[970,250],[970,90],[728,90],[320,50],[320,100],[300,50],[1,1]]],[[728,0],[[728,90],[320,50],[320,100],[300,50],[1,1]]],[[0,0],[[300,250],[320,50],[320,100],[300,50],[1,1]]]]) .addService(googletag.pubads()); googletag.defineSlot('/1029551/Dawn-Responsive-Header-Leaderboard', [[970,250],[970,90],[728,90],[320,50],[320,100],[300,50],[300,250]], 'div-gpt-ad-1683363187247-0') .defineSizeMapping([[[970,0],[[970,250],[970,90],[728,90],[320,50],[320,100],[300,50]]],[[728,0],[[728,90],[320,50],[320,100],[300,50]]],[[0,0],[[320,50],[320,100],[300,50]]]]) .addService(googletag.pubads()); googletag.pubads().setTargeting('site', ["www.dawn.com"]); googletag.pubads().setTargeting('category', ["Opinion"]); googletag.pubads().enableLazyLoad({ fetchMarginPercent: -1, renderMarginPercent: 50, mobileScaling: 2.0 }); googletag.pubads().enableSingleRequest(); // refreshAd('/3023235/Responsive-Middle-Leaderboard') // refreshAd('div-gpt-ad-1693559881661-0') // this code can be removed as we have added an option for smart refresh for slots via #1582 window.refreshAd = ((id) => { console.log(new Date().toISOString().substr(11, 8), 'refreshAd(' + id + ')'); for (let slot of googletag.pubads().getSlots()) { if (slot.getAdUnitPath() === id || slot.getSlotElementId() == id) { googletag.pubads().refresh([slot]); } } }); // <div data-refresh="30" id='div-gpt-ad-1234567890123-0' ... googletag.pubads().addEventListener("slotRenderEnded", (e) => { const id = e.slot.getSlotElementId(); document.getElementById(id).classList.add('ad-rendered'); // data-refresh var seconds = null; if (seconds = document.getElementById(id).getAttribute('data-refresh')) { console.log(new Date().toISOString().substr(11, 8), 'refreshAd(' + id + ') in ' + seconds + 's'); window.__refreshAdTimeouts = window.__refreshAdTimeouts || []; clearTimeout(window.__refreshAdTimeouts[id]); window.__refreshAdTimeouts[id] = setTimeout(() => refreshAd(id), seconds * 1000); }; // data-rendered-classes var renderedClasses = null; if (renderedClasses = document.getElementById(id).getAttribute('data-rendered-classes')) { document.getElementById(id).classList.add(renderedClasses); } }); if (debugAds) { // debugging is enabled, add bgcolor and padding on all ad divs document.querySelectorAll('[id^="div-gpt-ad-"]').forEach(el => { var hasError = el.classList.contains('advert-error'); el.style.backgroundColor = hasError ? '#ecc' : '#ccc'; el.title = el.dataset.name || ''; el.innerHTML = hasError ? el.dataset.name : ''; if (hasError) { el.style.padding = '10px'; } el.style.height = el.dataset.height || ''; el.style.width = el.dataset.width || ''; }); } else { googletag.pubads().collapseEmptyDivs(); } googletag.enableServices(); }); </script> <!-- adverts:header end --> </head> <body class="ar-8 opinion antialiased"> <header class="pb-2"> <div class="w-full bg-black nav--network"> <div class="px-2 hidden sm:block"> <nav class="text-white flex flex-row flex-wrap text-2.5 justify-center text-center"> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://epaper.dawn.com">EPAPER</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://www.dawnnews.tv/watch-live">LIVE TV</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://www.dawnnews.tv">DAWNNEWS URDU</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://images.dawn.com">Images</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://herald.dawn.com">Herald</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://aurora.dawn.com">Aurora</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="https://cityfm89.com">CityFM89</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="https://www.dawn.com/advertise">Advertise</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="https://www.dawn.com/events">Events</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " href="https://www.dawn.com/events/supplements"><span class="-ml-4 mr-1">/</span>Supplements</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="http://classifieds.dawn.com/">Classifieds</a> <a class="text-gray-400 uppercase py-1.25 px-2.5 " rel="noreferrer" target="blank" href="https://obituary.dawn.com">Obituaries</a> </nav> </div> </div> <div class=""> <div class="container px-2 sm:px-0"> <div class='flex flex-col sm:flex-row'> <div class='w-1/4'> </div> <div class='sm:w-1/2 w-full'> <div class="flex flex-col items-center mt-4 mb-3"> <a href='https://www.dawn.com/' title="DAWN.COM" class='logo mb-2'> <img class="w-44" src="https://www.dawn.com/_img/logo.png" alt="DAWN.COM Logo"> <span class="hidden">DAWN.COM</span> </a> <h2 id='span-class-font-bold-text-black-e-paper-span-april-08-2025' dir='auto' class='badge inline-flex text-2.5 font-arial uppercase text-gray-500 align-middle'><a title="<span class='font-bold text-black'>E-Paper</span> | April 08, 2025" href='https://epaper.dawn.com' class=' '><span class='font-bold text-black'>E-Paper</span> | April 08, 2025</a></h2> </div> </div> <div class='w-1/4'> </div> </div> </div> </div> <div class="container px-2 sm:px-0 headroom"> <div class="flow-root container mx-auto mx-auto px-0 sm:px-6.5 relative"> <!-- nav container --> <nav class="native-hidden js-nav relative font-sans container p-0 border-t-3 border-black"> <div class="js-nav-container border-b border-gray-200"> <div class="nav-alignment flex justify-between items-center"> <!-- nav items --> <div class="js-nav-items flex overflow-y-hidden overflow-x-scroll px-0 w-full primary-scroll mr-1"> <div class="flex flex-row overflow-x-scroll w-full justify-start"> <a title='Home' href='//www.dawn.com' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Home </a> <a title='Latest' href='/latest-news' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Latest </a> <a title='Gaza siege' href='https://www.dawn.com/trends/gaza-invasion' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 text-red-300'> Gaza siege </a> <a title='Breathe' href='https://www.dawn.com/breathepakistan/' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 text-red-300'> Breathe </a> <a title='Pakistan' href='/pakistan' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Pakistan </a> <a title='Opinion' href='/opinion' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 bg-gray-100 border-b border-gray-900 '> Opinion </a> <a title='Business' href='/business' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Business </a> <a title='Images' href='/entertainment' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Images </a> <a title='Prism' href='/prism' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Prism </a> <a title='World' href='/world' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> World </a> <a title='Sport' href='/sport' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Sport </a> <a title='Magazines' href='/magazines' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Magazines </a> <a title='Tech' href='/tech' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Tech </a> <a title='Videos' href='/videos' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Videos </a> <a title='Popular' href='/popular' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Popular </a> <a title='Archive' href='/newspaper' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Archive </a> <a title='Flood Donations' href='https://www.dawnrelief.com/' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Flood Donations </a> </div> </div> <!-- nav sandwich --> <div class="flex items-center relative hidden"> <div class="js-nav-sandwich pt-1 mr-2"> <button class="text-gray-400 hover:text-gray-500 focus:bg-gray-100 focus:text-gray-500 inline-flex items-center justify-center rounded-md focus:outline-none transition duration-150 ease-in-out"> <!-- ☰ --> <svg id="navopen" class="block h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> </svg> <!-- X --> <svg id="navclose" class="hidden h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path> </svg> </button> </div> <!-- nav dropdown --> <div class="js-nav-dropdown hidden z-50 absolute top-9 right-0 border border-gray-300 bg-white shadow-2xl text-3 w-40" id="nav-dropdown"> <a title='Home' href='//www.dawn.com' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Home </a> <a title='Latest' href='/latest-news' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Latest </a> <a title='Gaza siege' href='https://www.dawn.com/trends/gaza-invasion' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 text-red-300'> Gaza siege </a> <a title='Breathe' href='https://www.dawn.com/breathepakistan/' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 text-red-300'> Breathe </a> <a title='Pakistan' href='/pakistan' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Pakistan </a> <a title='Opinion' href='/opinion' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 bg-gray-100 border-b border-gray-900 '> Opinion </a> <a title='Business' href='/business' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Business </a> <a title='Images' href='/entertainment' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Images </a> <a title='Prism' href='/prism' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Prism </a> <a title='World' href='/world' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> World </a> <a title='Sport' href='/sport' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Sport </a> <a title='Magazines' href='/magazines' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Magazines </a> <a title='Tech' href='/tech' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Tech </a> <a title='Videos' href='/videos' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Videos </a> <a title='Popular' href='/popular' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Popular </a> <a title='Archive' href='/newspaper' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Archive </a> <a title='Flood Donations' href='https://www.dawnrelief.com/' target='_self' class='px-2 py-2 block whitespace-nowrap hover:bg-gray-200 uppercase leading-4 text-2.75 '> Flood Donations </a> </div> </div> <!-- desktop nav search --> <div class="js-nav-search justify-end items-center"> <label for="search" title="Search" class="sr-only">Search</label> <div class="relative"> <form accept-charset="utf-8" class="flex items-center" method="GET" action="https://www.dawn.com/search"> <div class="cursor-pointer sm:pointer-events-none" onclick="document.querySelector('#js-mob-search').classList.toggle('hidden');"> <svg class="h-4 w-4 text-gray-400" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd"></path> </svg> </div> <input type="hidden" name="cx" value="016184311056644083324:a1i8yd7zymy"> <input type="hidden" name="cof" value="FORID:10"> <input type="hidden" name="ie" value="UTF-8"> <input class="nav-search-input border-0 w-30 text-3 font-extralight ml-0.5 px-2 leading-5 placeholder-gray-400 focus:outline-none search-query hidden sm:block" data-remember="false" placeholder="SEARCH" value="" required="" id="q" type="text" name="q" onfocus="javascript:this.classList.add('w-44');this.classList.add('md:w-64')" onblur="javascript:this.classList.remove('w-44');this.classList.remove('md:w-64')"> </form> </div> </div> </div> <!-- mobile nav search --> <div class="js-nav-search flex justify-center items-center sm:hidden mt-1"> <label for="search" title="Search" class="sr-only">Search</label> <div class="relative"> <form accept-charset="utf-8" class="flex items-center" method="GET" action="https://www.dawn.com/search"> <input type="hidden" name="cx" value="016184311056644083324:a1i8yd7zymy"> <input type="hidden" name="cof" value="FORID:10"> <input type="hidden" name="ie" value="UTF-8"> <input id="js-mob-search" class="hidden text-3 w-64 font-extralight px-2 py-1 leading-none border rounded border-gray-300 mb-1 placeholder-gray-400 focus:outline-none search-query" data-remember="false" placeholder="SEARCH" value="" required="" id="q" type="text" name="q"> </form> </div> </div> </div> </nav> </div> </div> </header> <div class="aux-content flex justify-center" style="overflow: hidden;"> <!-- advert:start div-gpt-ad-1683363187247-0 --> <div id='div-gpt-ad-1683363187247-0' class='ad__wrapper__slot px-1 py-2 mb-2' data-rendered-classes="" data-name="Dawn-Responsive-Header-Leaderboard" data-height="250px" data-width="970px" data-refresh='180'> <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1683363187247-0'); });</script> </div> <!-- advert:end --> </div> <div id='consent-dialog' class="hidden"> <div class="fixed z-50 w-full bottom-0 overflow-hidden px-2 py-2 sm:py-4 bg-gray-500" role="dialog" aria-modal="true" aria-labelledby="modal-headline"> <div class="sm:flex sm:items-start justify-evenly"> <div class="hidden sm:flex flex-shrink-0 items-center justify-center h-16 w-16 rounded-full mt-4"> <img src="/_img/logo-white.png" class="w-20"> </div> <div class="mt-1 sm:mt-3 text-center sm:ml-4"> <h3 class="text-lg leading-6 font-medium text-white"> Subscribe to notifications </h3> <p class="text-sm leading-5 text-white mt-2"> Get the latest news and updates from Dawn </p> </div> <div class="mt-2 sm:mt-4 sm:flex sm:flex-row-reverse"> <span class="flex w-full rounded-md sm:mt-4 sm:ml-3 sm:w-auto"> <button type="button" class="inline-flex justify-center w-full rounded-md px-4 py-2 text-4 leading-4 font-normal text-white focus:outline-none"> Not Now </button> </span> <span class="mt-1 sm:mt-3 flex w-full rounded-md shadow-sm sm:w-auto"> <button data-topic="all" type="button" class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 bg-white text-navy-800 text-3.5 leading-4 font-normal shadow-sm focus:outline-none focus:ring"> Allow Notifications </button> </span> </div> </div> </div> </div> <div class="container mx-auto max-w-full p-0 my-0 mx-auto"> <div class="container mt-4"> <div class="flex flex-col"> <div class="flex flex-row border-b mb-4 py-2"> <h2 id='opinion' dir='auto' class='badge inline-flex font-bold text-6 sm:text-9 leading-tight font-playfair-display align-middle'>Opinion</h2> </div> <article class='story relative overflow-hidden box mt-4 flex flex-col sm:flex-row border-b border-gray-300 sm:border-gray-200 pb-2 sm:pb-4 sm:mb-4' data-id='1902593' id='1902593' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--right media--fill w-full md:w-7/12 sm:order-1 mb-0 ' > <div class='media__item '><a title="Hard or competent state?" href="https://www.dawn.com/news/1902593/hard-or-competent-state" target="_self"><picture><img src="https://i.dawn.com/large/2025/04/67f3252932798.jpg" alt="Hard or competent state?" title="Hard or competent state?" /></picture></a></div> </figure> <div class="flex flex-col items-center justify-center text-center w-full md:w-5/12"> <!-- box/title title-bold-playfairdisplay-text:5-sm:text:9-leading:6-sm:leading:10-py:2-mb:sm:4-pb:sm:4 --> <h2 dir='auto' data-layout='story' data-id='1902593' class='story__title text-5 sm:text-9 leading-6 sm:leading-10 font-bold font-playfair-display py-2 sm:mb-4 sm:pb-4 '><a href='https://www.dawn.com/news/1902593/hard-or-competent-state' class='story__link '>Hard or competent state? </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 sm:text-5 font-georgia my-2'>Coercive actions do not "harden" the state but harden public opinion against the power elite. </div> <!-- box/byline --><span dir='auto' class='story__byline text-grey tracking-wide font-arial text-3.5 sm:text-4 '><a class='story__byline__link' href='https://www.dawn.com/authors/8829/maleeha-lodhi'>Maleeha Lodhi</a></span> </div> </article> </div> <div class="grid grid-cols-1 sm:grid-cols-3 sm:gap-2 sm:mb-4 divide-y sm:divide-y-0 divide-gray-300 divide-x-0 sm:divide-x first:pl-0 text-center sm:text-left"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902592' id='1902592' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="A recipe for economic growth" href="https://www.dawn.com/news/1902592/a-recipe-for-economic-growth" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f324da1a65c.png" alt="A recipe for economic growth" title="A recipe for economic growth" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-bold-pb:0-py:2 --> <h2 dir='auto' data-layout='story' data-id='1902592' class='story__title font-bold font-playfair-display text-5 leading-6 sm:text-5.5 sm:leading-7 pb-0 py-2 '><a href='https://www.dawn.com/news/1902592/a-recipe-for-economic-growth' class='story__link '>A recipe for economic growth </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt leading-5 text-4 font-georgia my-2'>We need a paradigm shift from state-led infrastructure spending to private-sector-driven development. </div> <!-- box/byline --><span dir='auto' class='story__byline tracking-wide font-arial '><a class='story__byline__link' href='https://www.dawn.com/authors/10497/saeed-ahmed'>Saeed Ahmed</a></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902594' id='1902594' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Aid-driven policies" href="https://www.dawn.com/news/1902594/aid-driven-policies" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f325650b70b.jpg" alt="Aid-driven policies" title="Aid-driven policies" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-bold-pb:0-py:2 --> <h2 dir='auto' data-layout='story' data-id='1902594' class='story__title font-bold font-playfair-display text-5 leading-6 sm:text-5.5 sm:leading-7 pb-0 py-2 '><a href='https://www.dawn.com/news/1902594/aid-driven-policies' class='story__link '>Aid-driven policies </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt leading-5 text-4 font-georgia my-2'>Success is measured not by improved learning outcomes, but by budget utilisation reports. </div> <!-- box/byline --><span dir='auto' class='story__byline tracking-wide font-arial '><a class='story__byline__link' href='https://www.dawn.com/authors/10689/irfan-ahmed-rind'>Irfan Ahmed Rind</a></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902595' id='1902595' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Sindhu’s roar" href="https://www.dawn.com/news/1902595/sindhus-roar" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f325915d82c.jpg" alt="Sindhu’s roar" title="Sindhu’s roar" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-bold-pb:0-py:2 --> <h2 dir='auto' data-layout='story' data-id='1902595' class='story__title font-bold font-playfair-display text-5 leading-6 sm:text-5.5 sm:leading-7 pb-0 py-2 '><a href='https://www.dawn.com/news/1902595/sindhus-roar' class='story__link '>Sindhu’s roar </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt leading-5 text-4 font-georgia my-2'>Today, the mighty Sindhu is being forced into submission. </div> <!-- box/byline --><span dir='auto' class='story__byline tracking-wide font-arial '><a class='story__byline__link' href='https://www.dawn.com/authors/10208/masood-lohar'>Masood Lohar</a></span> </article> <!-- - - - /article - - - --> </div> <div class="text-right"> <h2 id='read-more' dir='auto' class='badge inline-flex text-3 leading-tight text-red-custom align-middle'><a title="Read More" href='/newspaper/column' class=' '>Read More</a></h2> </div> <div class="border-t border-gray-400 mt-8"> <div class="flex flex-row border-b mb-4 py-2"> <h2 id='editorial' dir='auto' class='badge inline-flex font-bold text-6 sm:text-9 leading-tight font-playfair-display align-middle'>Editorial</h2> </div> <div class="grid grid-cols-1 sm:grid-cols-3 sm:gap-2 sm:mb-4 divide-y sm:divide-y-0 divide-gray-300 divide-x-0 sm:divide-x first:pl-0"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902598' id='1902598' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902598' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902598/going-dry' class='story__link '>Going dry </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>Authorities should refrain from undertaking any water scheme that infringes on rights of any federating unit to avoid more controversies. </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902597' id='1902597' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902597' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902597/afghan-return' class='story__link '>Afghan return </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>AS expected, the government of Pakistan is moving ahead with its plan to forcibly repatriate Afghan Citizenship Card... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902596' id='1902596' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902596' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902596/hurting-women' class='story__link '>Hurting women </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>MONTH after month, the figures of crimes against women in the country indicate that our society is close to... </div> </article> <!-- - - - /article - - - --> </div> <div class="text-right"> <h2 id='read-more' dir='auto' class='badge inline-flex text-3 leading-tight text-red-custom align-middle'><a title="Read More" href='/newspaper/editorial' class=' '>Read More</a></h2> </div> </div> <div class='flex justify-center mb-4'> <!-- advert:start div-gpt-ad-1693559881661-0 --> <div id='div-gpt-ad-1693559881661-0' class='ad__wrapper__slot ' data-rendered-classes="" data-name="Dawn-Responsive-Middle-Leaderboard" data-height="250px" data-width="970px" > <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1693559881661-0'); });</script> </div> <!-- advert:end --> </div> <div class="flex flex-col border-t border-gray-400 mt-8"> <div class="flex flex-row border-b mb-4 py-2"> <h2 id='analysis-comment' dir='auto' class='badge inline-flex font-bold text-6 sm:text-9 leading-tight font-playfair-display align-middle'>Analysis & Comment</h2> </div> <article class='story relative overflow-hidden box mt-4 flex flex-col sm:flex-row border-b border-gray-300 sm:border-gray-200 pb-2 sm:pb-4 sm:mb-4' data-id='1902210' id='1902210' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--right media--fill w-full md:w-7/12 sm:order-1 mb-0 ' > <div class='media__item '><a title="How judges’ quest for seniority chips away at judiciary’s very foundations" href="https://www.dawn.com/news/1902210/how-judges-quest-for-seniority-chips-away-at-judiciarys-very-foundations" target="_self"><picture><img src="https://i.dawn.com/large/2025/04/051140047fcce1b.png?r=114054" alt="How judges’ quest for seniority chips away at judiciary’s very foundations" title="How judges’ quest for seniority chips away at judiciary’s very foundations" /></picture></a></div> </figure> <div class="flex flex-col items-center justify-center text-center w-full md:w-5/12"> <!-- box/title title-bold-playfairdisplay-text:5-sm:text:9-leading:6-sm:leading:10-py:2-mb:sm:4-pb:sm:4 --> <h2 dir='auto' data-layout='story' data-id='1902210' class='story__title text-5 sm:text-9 leading-6 sm:leading-10 font-bold font-playfair-display py-2 sm:mb-4 sm:pb-4 '><a href='https://www.dawn.com/news/1902210/how-judges-quest-for-seniority-chips-away-at-judiciarys-very-foundations' class='story__link '>How judges’ quest for seniority chips away at judiciary’s very foundations </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 sm:text-5 font-georgia my-2'>The Constitutional Bench’s reluctance to take up the matter underscores complexity of the legal and constitutional issues at play. </div> <!-- box/byline --><span dir='auto' class='story__byline text-grey tracking-wide font-arial text-3.5 sm:text-4 '><a class='story__byline__link' href='https://www.dawn.com/authors/380/nasir-iqbal'>Nasir Iqbal</a></span> </div> </article> </div> <div class="grid grid-cols-1 sm:grid-cols-3 sm:gap-2 sm:mb-4 divide-y sm:divide-y-0 divide-gray-300 divide-x-0 sm:divide-x first:pl-0 text-center sm:text-left"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902243' id='1902243' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="How more imports from US can help weather tariff storm" href="https://www.dawn.com/news/1902148" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/0508140610d08c2.png?r=081451" alt="How more imports from US can help weather tariff storm" title="How more imports from US can help weather tariff storm" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-bold-py:2 --> <h2 dir='auto' data-layout='story' data-id='1902243' class='story__title font-bold font-playfair-display text-5 leading-6 sm:text-5.5 sm:leading-7 py-2 '><a href='https://www.dawn.com/news/1902148' class='story__link '>How more imports from US can help weather tariff storm</a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt leading-5 text-4 font-georgia my-2'>US is still Pakistan’s "number one export destination"; govt constitutes committee to formulate policy response. </div> <!-- box/byline --><span dir='auto' class='story__byline tracking-wide font-arial '></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1896955' id='1896955' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="The cost of travelling on Balochistan’s highways" href="https://www.dawn.com/news/1896955/the-cost-of-travelling-on-balochistans-highways" target="_self"><picture><img src="https://i.dawn.com/medium/2025/03/67ce39cb404f9.gif" alt="The cost of travelling on Balochistan’s highways" title="The cost of travelling on Balochistan’s highways" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-bold-py:2 --> <h2 dir='auto' data-layout='story' data-id='1896955' class='story__title font-bold font-playfair-display text-5 leading-6 sm:text-5.5 sm:leading-7 py-2 '><a href='https://www.dawn.com/news/1896955/the-cost-of-travelling-on-balochistans-highways' class='story__link '>The cost of travelling on Balochistan’s highways </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt leading-5 text-4 font-georgia my-2'>Protests, insurgent attacks and multitude of checkpoints make road journey longer, more risky. </div> <!-- box/byline --><span dir='auto' class='story__byline tracking-wide font-arial '><a class='story__byline__link' href='https://www.dawn.com/authors/5202/muhammad-akbar-notezai'>Muhammad Akbar Notezai</a></span> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1894018' id='1894018' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Trump’s aid cuts to hurt pro-democracy projects the most" href="https://www.dawn.com/news/1893894/situationer-trumps-aid-cuts-to-hurt-pro-democracy-projects-the-most" target="_self"><picture><img src="https://i.dawn.com/medium/2025/02/24103849cfcf832.jpg?r=103903" alt="Trump’s aid cuts to hurt pro-democracy projects the most" title="Trump’s aid cuts to hurt pro-democracy projects the most" /></picture></a></div> </figure> <!-- box/title bold-playfairdisplay-bold-py:2 --> <h2 dir='auto' data-layout='story' data-id='1894018' class='story__title font-bold font-playfair-display text-5 leading-6 sm:text-5.5 sm:leading-7 py-2 '><a href='https://www.dawn.com/news/1893894/situationer-trumps-aid-cuts-to-hurt-pro-democracy-projects-the-most' class='story__link '>Trump’s aid cuts to hurt pro-democracy projects the most</a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt leading-5 text-4 font-georgia my-2'>Pakistani institutions, such as ECP, have benefitted from Washington’s support in the past. </div> <!-- box/byline --><span dir='auto' class='story__byline tracking-wide font-arial '></span> </article> <!-- - - - /article - - - --> </div> <div class="text-right"> <h2 id='read-more' dir='auto' class='badge inline-flex text-3 leading-tight text-red-custom align-middle'><a title="Read More" href='/newspaper/analysis-comment' class=' '>Read More</a></h2> </div> <div class="flex justify-center py-4"> <!-- advert:start div-gpt-ad-1683363673257-0 --> <div id='div-gpt-ad-1683363673257-0' class='ad__wrapper__slot ' data-rendered-classes="" data-name="Dawn-Responsive-ATF-MREC" data-height="250px" data-width="300px" > <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1683363673257-0'); });</script> </div> <!-- advert:end --> </div> <div class="border-t border-gray-400 mt-8"> <div class="flex flex-row border-b mb-4 py-2"> <h2 id='cartoon' dir='auto' class='badge inline-flex font-bold text-6 sm:text-9 leading-tight font-playfair-display align-middle'>Cartoon</h2> </div> <div class="grid grid-cols-1 sm:grid-cols-3 sm:gap-2 sm:mb-4 divide-y sm:divide-y-0 divide-gray-300 divide-x-0 sm:divide-x first:pl-0"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902794' id='1902794' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Cartoon: 8 April, 2025" href="https://www.dawn.com/news/1902794/cartoon-8-april-2025" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f45e1ea38e5.jpg" alt="Cartoon: 8 April, 2025" title="Cartoon: 8 April, 2025" /></picture></a></div> </figure> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902652' id='1902652' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' > <div class='media__item '><a title="Cartoon: 7 April, 2025" href="https://www.dawn.com/news/1902652/cartoon-7-april-2025" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f34ca15032c.jpg" alt="Cartoon: 7 April, 2025" title="Cartoon: 7 April, 2025" /></picture></a></div> </figure> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902351' id='1902351' data-layout='story' data-tags=''> <!-- box/image --> <figure class='media media--fill sm:w-full w-full mb-0 ' data-focus-x='0%' data-focus-y='0%'> <div class='media__item '><a title="Cartoon: 6 April, 2025" href="https://www.dawn.com/news/1902351/cartoon-6-april-2025" target="_self"><picture><img src="https://i.dawn.com/medium/2025/04/67f1a775a53a7.jpg?r=2006270588" alt="Cartoon: 6 April, 2025" title="Cartoon: 6 April, 2025" /></picture></a></div> </figure> </article> <!-- - - - /article - - - --> </div> </div> <div class="border-t border-gray-400 mt-8"> <div class="flex flex-row border-b mb-4 py-2"> <h2 id='letters' dir='auto' class='badge inline-flex font-bold text-6 sm:text-9 leading-tight font-playfair-display align-middle'>Letters</h2> </div> <div class="grid grid-cols-1 sm:grid-cols-6 sm:gap-2 sm:mb-4 divide-y sm:divide-y-0 divide-gray-300 divide-x-0 sm:divide-x first:pl-0"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902589' id='1902589' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902589' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902589/it-is-time-to-reuse-repair-and-recycle' class='story__link '>It is time to reuse, repair and recycle </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>WHILE the world at large observed the International Day of Zero Waste recently (March 30), hardly anyone took notice... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902588' id='1902588' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902588' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902588/chitral-deforestation' class='story__link '>Chitral deforestation </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>CHITRAL, located in the extreme northern part of Khyber Pakhtunkhwa (KP), is divided into two districts: Lower... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902587' id='1902587' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902587' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902587/misplaced-initiative' class='story__link '>Misplaced initiative </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>BACK in January, the Punjab government launched a green-marked separate bike lane project on Ferozepur Road in... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902586' id='1902586' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902586' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902586/abandoned-elderly' class='story__link '>Abandoned elderly </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>RECENTLY, I visited an old-age home and was saddened to see the elderly parents living away from their families. It... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902585' id='1902585' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902585' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902585/illegal-parking-fee' class='story__link '>ILLEGAL PARKING FEE </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>ILLEGAL PARKING FEE: Karachi Mayor Murtaza Wahab recently abolished parking fee at 46 sites falling within the... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902435' id='1902435' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902435' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902435/therere-grievances-other-than-terrorism' class='story__link '>There’re grievances other than terrorism </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>WHILE banned outfits continue to commit terrorist acts, it is the common man in Balochistan who suffers, for it is... </div> </article> <!-- - - - /article - - - --> </div> <div class="text-right"> <h2 id='read-more' dir='auto' class='badge inline-flex text-3 leading-tight text-red-custom align-middle'><a title="Read More" href='/newspaper/letters' class=' '>Read More</a></h2> </div> </div> <div class="border-t border-gray-400 mt-8"> <div class="flex flex-row border-b mb-4 py-2"> <h2 id='50-years-ago' dir='auto' class='badge inline-flex font-bold text-6 sm:text-9 leading-tight font-playfair-display align-middle'>50 Years Ago</h2> </div> <div class="grid grid-cols-1 sm:grid-cols-3 sm:gap-2 sm:mb-4 divide-y sm:divide-y-0 divide-gray-300 divide-x-0 sm:divide-x first:pl-0"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902590' id='1902590' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902590' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902590/from-the-past-pages-of-dawn-1975-fifty-years-ago-foreign-policy-success' class='story__link '>From The Past Pages Of Dawn: 1975: Fifty Years Ago: Foreign policy success </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>LAHORE: Prime Minister Zulfikar Ali Bhutto today [April 6] declared that his Government’s foreign policy had paid... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902436' id='1902436' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902436' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902436/from-the-past-pages-of-dawn-1975-fifty-years-ago-islamic-laws' class='story__link '>From The Past Pages Of Dawn: 1975: Fifty Years Ago: Islamic laws </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>RAWALPINDI: The Federal Minister for Religious Affairs, Maulana Kausar Niazi today [April 5] urged the Council of... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1902220' id='1902220' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1902220' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1902220/from-the-past-pages-of-dawn-1975-fifty-years-ago-bhutto-counsels-reason' class='story__link '>From The Past Pages Of Dawn: 1975: Fifty Years Ago: Bhutto counsels reason </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>GUJRANWALA: Prime Minister Zulfikar Ali Bhutto today [April 4] emphatically made it clear both to India and... </div> </article> <!-- - - - /article - - - --> </div> <div class="text-right"> <h2 id='read-more' dir='auto' class='badge inline-flex text-3 leading-tight text-red-custom align-middle'><a title="Read More" href='/newspaper/50-years-ago' class=' '>Read More</a></h2> </div> </div> <div class="border-t border-gray-400 mt-8"> <div class="flex flex-row border-b mb-4 py-2"> <h2 id='other-voices' dir='auto' class='badge inline-flex font-bold text-6 sm:text-9 leading-tight font-playfair-display align-middle'>Other Voices</h2> </div> <div class="grid grid-cols-1 sm:grid-cols-3 sm:gap-2 sm:mb-4 divide-y sm:divide-y-0 divide-gray-300 divide-x-0 sm:divide-x first:pl-0"> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1111016' id='1111016' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1111016' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1111016/other-voices-punjab-press-peanuts-for-the-people' class='story__link '>OTHER VOICES : Punjab Press : Peanuts for the people</a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>...[T]HE government tends to have the federal budget approved hurriedly while playing up its ‘successes’ in... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1110777' id='1110777' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1110777' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1110777/other-voices-pashto-press-afghan-polls-second-phase' class='story__link '>OTHER VOICES: Pashto Press: Afghan polls: second phase </a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>AFGHANISTAN has announced that the second phase of its presidential election [will take place on] June 14. ... Dr... </div> </article> <!-- - - - /article - - - --> <!-- - - - article - - - --> <article class='story relative overflow-hidden box sm:pl-4 py-4' data-id='1110597' id='1110597' data-layout='story' data-tags=''> <!-- box/title bold-playfairdisplay-text:4.5 --> <h2 dir='auto' data-layout='story' data-id='1110597' class='story__title text-4.5 font-bold font-playfair-display '><a href='https://www.dawn.com/news/1110597/other-voices-far-east-press-top-security-official' class='story__link '>OTHER VOICES: Far East Press: Top security official</a></h2> <!-- box/excerpt --> <div dir='auto' class='story__excerpt text-4 text-black font-georgia my-1'>DEFENCE Minister Kim Kwan-jin’s hawkish stance against North Korea has made him No. 1 target of Pyongyang’s... </div> </article> <!-- - - - /article - - - --> </div> <div class="text-right"> <h2 id='read-more' dir='auto' class='badge inline-flex text-3 leading-tight text-red-custom align-middle'><a title="Read More" href='/newspaper/other-voices' class=' '>Read More</a></h2> </div> </div> </div> <div class="flex flex-col mx-auto w-75"> <div class="flex datepicker"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.237 29.237" class="mr-1" width='30' height='30'> <g fill="#010002"> <path d="M7.685 24.819h.595v-2.131h3.688v2.131h.596v-2.131h3.862v2.131h.597v-2.131h4.109v2.131h.595v-2.131h3.417v-.594h-3.417v-3.861h3.417v-.596h-3.417v-3.519h3.417v-.594h-3.417v-2.377h-.595v2.377h-4.109v-2.377h-.597v2.377h-3.862v-2.377h-.596v2.377H8.279v-2.377h-.594v2.377H3.747v.594h3.938v3.519H3.747v.596h3.938v3.861H3.747v.594h3.938v2.131zm4.878-2.725v-3.861h3.862v3.861h-3.862zm8.569 0h-4.109v-3.861h4.109v3.861zm0-7.976v3.519h-4.109v-3.519h4.109zm-4.706 0v3.519h-3.862v-3.519h3.862zm-8.147 0h3.688v3.519H8.279v-3.519zm0 4.115h3.688v3.861H8.279v-3.861z" /> <path d="M29.207 2.504l-4.129.004-.603.002v2.448a1.19 1.19 0 01-1.188 1.187h-1.388a1.189 1.189 0 01-1.188-1.187V2.514l-1.583.002v2.442c0 .653-.535 1.187-1.191 1.187h-1.388a1.19 1.19 0 01-1.188-1.187V2.517l-1.682.004v2.438a1.19 1.19 0 01-1.189 1.187h-1.389a1.19 1.19 0 01-1.188-1.187V2.525H8.181v2.434a1.19 1.19 0 01-1.188 1.187H5.605a1.19 1.19 0 01-1.189-1.187V2.53L0 2.534v26.153h27.15l2.087-.006-.03-26.177zM27.15 26.606H2.09V9.897h25.06v16.709z" /> <path d="M5.605 5.303h1.388a.297.297 0 00.296-.297V.846a.296.296 0 00-.296-.297H5.605a.297.297 0 00-.298.297v4.16c0 .164.133.297.298.297zM11.101 5.303h1.389a.297.297 0 00.297-.297V.846a.298.298 0 00-.298-.297H11.1a.296.296 0 00-.296.297v4.16a.298.298 0 00.297.297zM16.549 5.303h1.388a.297.297 0 00.299-.297V.846a.297.297 0 00-.299-.297h-1.388a.296.296 0 00-.297.297v4.16c0 .164.133.297.297.297zM21.899 5.303h1.388a.296.296 0 00.296-.297V.846a.296.296 0 00-.296-.297h-1.388a.296.296 0 00-.297.297v4.16a.298.298 0 00.297.297z" /> </g> </svg> <input class="text-3 sm:text-4 w-full p-0.5 leading-none" placeholder="Tuesday, April 8, 2025" autocomplete="off" data-calendar-open id="datepicker" type="text" name="datepicker"> </div> </div></div> <footer> <div class='flex justify-center p-2'> <!-- advert:start div-gpt-ad-1693559286339-0 --> <div id='div-gpt-ad-1693559286339-0' class='ad__wrapper__slot ' data-rendered-classes="" data-name="Dawn-Responsive-Footer-Stickable-Leaderboard" data-height="250px" data-width="970px" > <script>googletag.cmd.push(function() { googletag.display('div-gpt-ad-1693559286339-0'); });</script> </div> <!-- advert:end --> </div> <div class="w-full bg-black"> <div class='py-4'> <div class="container px-2"> <div class="flex flex-row border-b-2 border-white mb-2 pb-2 justify-between items-center"> <nav class="order-first"> <a href='https://www.dawn.com/' title="DAWN.COM" class='logo '> <img class="w-20" src="https://www.dawn.com/_img/logo-white.png" alt="DAWN.COM Logo"> <span class="hidden">DAWN.COM</span> </a> <p class="hidden"> Compunode.com Pvt. Ltd. (<a class="px-0 sm:px-1 font-normal" href="https://www.compunode.com/">www.compunode.com</a>).Designed for <a class="px-0 sm:px-1 font-normal" href="https://www.dawn.com">Dawn</a>.</p> </nav> <nav class="nav flex mt-2 sm:mt-0 items-end order-last"> <a class='outline-none' href='https://whatsapp.com/channel/0029VaMc238IiRov8okfYy3n'><img alt="Whatsapp" height="20" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2024/02/080925032506f93.png"></a> <a class='outline-none' href='https://twitter.com/dawn_com'><img alt="Twitter" style="height:17px" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/large/2024/02/16125537351049d.png"></a> <a class='outline-none' href='https://www.facebook.com/dawndotcom'><img alt="Facebook" width="20" height="20" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2019/02/5c611c42cf5e8.png"></a> <a class='outline-none' href='https://www.instagram.com/dawn.today/'><img alt="Instagram" width="20" height="20" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2019/02/5c611c430f9b2.png"></a> <a class='outline-none' href='https://itunes.apple.com/pk/app/dawn-official-mobile-app/id935631940'><img alt="Apple" width="20" height="34" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2019/02/5c611c42d5669.png"></a> <a class='outline-none' href='https://play.google.com/store/apps/details?id=com.mictronicx.dawn'><img alt="Android" width="20" height="34" class='align-baseline mt-1 mr-2' src="https://i.dawn.com/thumbnail/2019/02/5c611c42ce48d.png"></a> <a class='outline-none' href='https://appgallery.huawei.com/#/app/C104007373'><img alt="Huwaei App Gallery" width="100" height="30" class='align-baseline mt-1' src="https://i.dawn.com/thumbnail/2021/05/60a360ab86d68.png"></a> </nav> </div> <div class="grid grid-cols-2 sm:flex sm:flex-row"> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/contact">Contact</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/contribution-guidelines">Contribution Guidelines</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/code-of-ethics">Code of Ethics</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/ai-policy">AI Policy</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/terms">Terms of Use</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/privacy">Privacy</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/comments-policy">Comment Moderation</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/subscription">Subscribe to Newspaper</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/reproduction-copyrights">Reproduction Copyrights</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/marketing">Advertise on Dawn.com</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/sponsor-content">Sponsored Content</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://classifieds.dawn.com">Classifieds</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://obituary.dawn.com">Obituaries</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/prayers-timings">Prayer Timings</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/stocks">Stock/Forex/Gold</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/weather">Weather</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/">Dawn</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/prism">Prism</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://images.dawn.com">Images</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/special-reports">Special Reports</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://aurora.dawn.com">Aurora</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://www.dawnnews.tv/">Dawn News</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="/magazines">Eos/Icon/Young World</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://cityfm89.com">Cityfm89</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://herald.dawn.com">Herald</a> <a class="font-normal w-full inline-block uppercase mb-2 font-arial text-white outline-none" href="https://www.youtube.com/channel/UCkMdI0K-74jAjOmh5J5H97Q">Teeli</a> </nav> </div> <div class="md:w-1/6 w-full mb-4 sm:mb-0"> <nav class="text-2.5 text-white"> <p class="font-normal text-white text-left md:text-right mb-2">Copyright © 2025, Dawn</p> <p class="font-normal text-white text-left md:text-right"> NewsKit Publishing Platform<br>by Compunode </p> </nav> </div> </div> </div> </div> </div> <link rel='stylesheet' href='https://www.dawn.com/_css/headroom.20241114121409.css' media='all'></footer> </body> </html>