@extends('base') @section('head') @stop @section('body-class', 'flexbox') @section('content')
@include('pages/form', ['model' => $draft])
@include('partials/image-manager', ['imageType' => 'gallery', 'uploaded_to' => $draft->id]) @stop