4 <script src="{{ baseUrl('/libs/tinymce/tinymce.min.js?ver=4.9.4') }}"></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')
21 @include('components.image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id])
22 @include('components.code-editor')
23 @include('components.entity-selector-popup')