@extends('layouts.admin') @section('title', $page->title . ' — Builder') @push('head') @endpush @section('content') @php $schemas = \App\Services\Content\PageBuilderService::sectionSchemas() @endphp @endsection {{-- Builder has its own full-height layout, override content padding --}} @push('scripts') @endpush @section('breadcrumb') Pages {{ $page->title }} @endsection
{{-- ── Left Panel: Block Library ──────────────────────────────────── --}}
Add Block
{{-- Globals Tab --}}
Globals
No global sections yet.
{{-- ── Canvas ──────────────────────────────────────────────────────── --}}
{{-- Builder Toolbar --}}
{{-- Undo / Redo --}}
{{-- Device preview --}}
{{-- SEO Score --}}
SEO
{{-- Auto-save status --}}
{{-- History button --}} History {{-- Preview --}} Preview {{-- Save Draft --}} {{-- Publish --}}
{{-- Canvas Area --}}
{{-- Sections List --}}
{{-- Drop zone at bottom --}}
Drop block here
{{-- ── Right Panel: Properties ─────────────────────────────────────── --}}
{{-- Media Picker Modal --}}

Media Library

@foreach(\App\Models\MediaFile::images()->limit(20)->get() as $file) @endforeach
@push('scripts') @endpush