@include('includes.tailwind') @php $announcementsModule = session('modulo', 'dashboard'); $currentPath = trim((string) request()->path(), '/'); $moduleEntryPath = trim((string) $announcementsModule, '/'); $announcementsAutoOpenOnPage = request()->routeIs('home') || ($moduleEntryPath !== '' && $currentPath === $moduleEntryPath); @endphp