{{-- System Status notch — a pull-down tab in the spirit of a phone's notification shade, following the same auto-hide pattern as the Obvizio header: reaching the very top of the page transitions it in, scrolling away puts it back, and it retracts on its own after a few seconds. Super Admin only, and gated at the top so nobody else receives the markup, the styles or the script at all — this is a link into raw log output, not a feature to hide with CSS. MsgWave pinned it to a hardcoded user id; here it follows the same role check the boards themselves enforce, so access can never drift apart from the pages it points at. Resting state: a thin sliver peeking under the top edge. Revealed: drops fully into view, holds for 5 seconds, then retracts. Hovering it keeps it open; clicking opens the status board. --}} @if (auth()->user()?->isSuperAdmin()) @php $statusUrl = \Illuminate\Support\Facades\Route::has('dev.signal') ? route('dev.signal') : url('/the-bat-signal'); $pulseUrl = \Illuminate\Support\Facades\Route::has('dev.pulse') ? route('dev.pulse') : url('/the-knights-watch'); @endphp {{-- Two boards behind one tab: Signal answers "what is broken", Pulse "what is slow". Splitting them into two notches would clutter the top edge for a page that is mostly not being looked at. --}}
@endif