@extends('layouts.base') @push('body-class', 'flexbox ') @section('content')
{{ csrf_field() }} @if(!$isDraft) {{ method_field('PUT') }} @endif @include('pages.parts.form', ['model' => $page]) @include('pages.parts.editor-toolbox')
@include('pages.parts.image-manager', ['uploaded_to' => $page->id]) @include('pages.parts.code-editor') @include('entities.selector-popup') @stop