{{-- 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