@extends('layouts.base') @section('body') @parent @if (isSubscribed() || !isCloud()) @endif @auth
{{-- ============ DESKTOP TOP BAR ============ --}} {{-- ============ MOBILE SLIDE-OVER SIDEBAR (shadcn-style sheet) ============ --}}
{{-- Scrim: fades in/out --}}
{{-- Panel: slides in from the right (iOS drawer curve), exits faster --}}
{{-- ============ DESKTOP SIDEBAR (below top bar) ============ --}} {{-- ============ MOBILE TOP BAR ============ --}}
{{-- Dev Server-Timing HUD docks here on
@if (isInstanceAdmin() && !isCloud()) @endif
{{-- ============ MAIN ============ --}}
{{ $slot }}
@endauth @endsection