2015-07-13 04:31:15 +08:00
|
|
|
@extends('base')
|
|
|
|
|
|
|
|
@section('head')
|
2015-12-01 05:44:23 +08:00
|
|
|
<script src="/libs/tinymce/tinymce.min.js"></script>
|
2015-07-13 04:31:15 +08:00
|
|
|
@stop
|
|
|
|
|
2015-08-31 18:43:28 +08:00
|
|
|
@section('body-class', 'flexbox')
|
|
|
|
|
2015-07-13 04:31:15 +08:00
|
|
|
@section('content')
|
|
|
|
|
2015-08-31 18:43:28 +08:00
|
|
|
<div class="flex-fill flex">
|
|
|
|
<form action="{{$page->getUrl()}}" method="POST" class="flex flex-fill">
|
|
|
|
<input type="hidden" name="_method" value="PUT">
|
|
|
|
@include('pages/form', ['model' => $page])
|
|
|
|
</form>
|
|
|
|
</div>
|
2015-12-09 06:04:59 +08:00
|
|
|
<image-manager image-type="gallery"></image-manager>
|
2015-07-15 05:34:31 +08:00
|
|
|
|
2015-07-13 04:31:15 +08:00
|
|
|
@stop
|