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