{{-- Story Editor Layout — full-viewport, no site chrome. Loads the same Nova assets (CSS + nova.js) but strips the topbar, toolbar, and footer so the React editor owns the entire viewport. --}} @php $skinbaseSessionSkipped = request()->attributes->get('skinbase.session_skipped') === true; $skinbaseCanUseSession = request()->hasSession() && ! $skinbaseSessionSkipped; @endphp @if($skinbaseCanUseSession) @endif {{ $page_title ?? 'Story Editor' }} — Skinbase @vite([ 'resources/css/app.css', 'resources/css/nova-grid.css', 'resources/scss/nova.scss', 'resources/js/nova.js', ]) @stack('head')
@yield('content')
@stack('scripts')