@extends('layouts.base') @section('body') @parent @if (isSubscribed() || !isCloud()) @endif @auth
{{-- ============ DESKTOP TOP BAR ============ --}} {{-- ============ MOBILE SLIDE-OVER SIDEBAR ============ --}} {{-- ============ DESKTOP SIDEBAR (below top bar) ============ --}} {{-- ============ MOBILE TOP BAR ============ --}}
{{-- Dev Server-Timing HUD docks here on
{{-- ============ MAIN ============ --}}
{{ $slot }}
@endauth @endsection