2015-07-13 04:31:15 +08:00
|
|
|
@extends('base')
|
|
|
|
|
|
|
|
@section('head')
|
2015-12-29 00:16:27 +08:00
|
|
|
<script src="/libs/tinymce/tinymce.min.js?ver=4.3.2"></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-12-31 05:38:20 +08:00
|
|
|
<div class="flex-fill flex" ng-non-bindable>
|
2015-08-31 18:43:28 +08:00
|
|
|
<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-31 02:38:18 +08:00
|
|
|
@include('partials/image-manager', ['imageType' => 'gallery'])
|
2015-07-15 05:34:31 +08:00
|
|
|
|
2015-07-13 04:31:15 +08:00
|
|
|
@stop
|