@extends('base') @section('head') @stop @section('body-class', 'flexbox') @section('content')
{{ csrf_field() }} @if(!isset($isDraft)) @endif @include('pages.form', ['model' => $page]) @include('pages.editor-toolbox')
@include('components.image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id]) @include('components.code-editor') @include('components.entity-selector-popup') @stop