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="{{$book->getUrl() . '/page'}}" method="POST" class="flex flex-fill">
13 @include('pages/form')
15 <input type="hidden" name="chapter" value="{{$chapter->id}}">
19 @include('partials/image-manager', ['imageType' => 'gallery'])