4 <script src="/libs/tinymce/tinymce.min.js?ver=4.3.2"></script>
7 @section('body-class', 'flexbox')
11 <div class="flex-fill flex" ng-non-bindable>
12 <form action="{{$page->getUrl()}}" method="POST" class="flex flex-fill">
13 <input type="hidden" name="_method" value="PUT">
14 @include('pages/form', ['model' => $page])
17 @include('partials/image-manager', ['imageType' => 'gallery'])