@php $importantNews = $activeImportantNews ?? null; $shouldShow = (bool) session()->pull('show_important_news_popup', false); @endphp @if($shouldShow && $importantNews) @push('scripts') @endpush @endif