@auth
@if (! empty($showQuarterFilter))
{{-- Global quarter filter: persists across pages (session), defaults to the
current Fri→Thu week's quarter. Hidden on Jira Status & Settings pages. --}}
@endif
@livewire('header-sync')
{{-- The Gantt needs every pixel it can get: a quarter is ~92 day columns, which won't
fit the 1180px reading column. Widen the shell for that page only. --}}
@yield('content')
{{ $slot ?? '' }}
@stack('scripts')
@livewireScripts