@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
Select a block to edit its properties