4 <script src="{{ baseUrl('/libs/tinymce/tinymce.min.js?ver=4.3.7') }}"></script>
7 @section('body-class', 'flexbox')
11 <div class="flex-fill flex">
12 <form action="{{ $page->getUrl() }}" autocomplete="off" data-page-id="{{ $page->id }}" method="POST" class="flex flex-fill">
14 <input type="hidden" name="_method" value="PUT">
16 @include('pages/form', ['model' => $page])
17 @include('pages/form-toolbox')
22 @include('partials/image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id])
24 <div id="entity-selector-wrap">
26 <div class="popup-body small flex-child">
27 <div class="popup-header primary-background">
28 <div class="popup-title">Entity Select</div>
29 <button class="popup-close neg button">x</button>
31 @include('partials/entity-selector', ['name' => 'entity-selector'])