@php // layouts.user serves BOTH authenticated dashboard pages AND public pages (blog). // Default to noindex; public pages must explicitly override $seo with index,follow. if (!isset($seo)) { $seo = ['robots' => 'noindex, nofollow']; } @endphp @include('partials.seo') {{-- Remvo modal fonts + styles --}} {{-- ▶ NEW: Pilot Mode chrome (appbar, drawer, mobile tabs) --}} {{-- ▶ NEW: per-page CSS pushed by child blades (e.g. pilot pages) --}} @stack('extra-css') {{-- GEAS_FONT_SERIF_v1 --}}
@auth
@endauth