@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles boolean('export')) class="is-export" @endif> @php $pq = $navPeriod ? ('?period=' . $navPeriod) : ''; @endphp
QA Project DashboardJira · Kanboard · BA targets
@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. --}}
@foreach (request()->except(['gq', 'tq', 'period', 'quarter', 'week', 'page']) as $k => $v) @endforeach
@endif @livewire('header-sync') @endauth
{{-- 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