| 
									
										
										
										
											2015-07-13 04:31:15 +08:00
										 |  |  | @extends('base') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('head') | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |     <script src="{{ url('/libs/tinymce/tinymce.min.js?ver=4.9.4') }}"></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') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-02 09:22:41 +08:00
										 |  |  |     <div class="flex-fill flex fill-height"> | 
					
						
							| 
									
										
										
										
											2016-08-14 19:29:35 +08:00
										 |  |  |         <form action="{{ $page->getUrl() }}" autocomplete="off" data-page-id="{{ $page->id }}" method="POST" class="flex flex-fill"> | 
					
						
							| 
									
										
										
										
											2019-07-06 21:52:25 +08:00
										 |  |  |             {{ csrf_field() }} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-13 06:12:05 +08:00
										 |  |  |             @if(!isset($isDraft)) | 
					
						
							|  |  |  |                 <input type="hidden" name="_method" value="PUT"> | 
					
						
							|  |  |  |             @endif | 
					
						
							| 
									
										
										
										
											2019-02-04 01:53:54 +08:00
										 |  |  |             @include('pages.form', ['model' => $page]) | 
					
						
							| 
									
										
										
										
											2019-07-07 20:45:46 +08:00
										 |  |  |             @include('pages.editor-toolbox') | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |         </form> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2016-09-03 01:54:26 +08:00
										 |  |  |      | 
					
						
							| 
									
										
										
										
											2020-07-25 07:20:58 +08:00
										 |  |  |     @include('components.image-manager', ['uploaded_to' => $page->id]) | 
					
						
							| 
									
										
										
										
											2017-07-01 20:23:46 +08:00
										 |  |  |     @include('components.code-editor') | 
					
						
							| 
									
										
										
										
											2016-12-31 22:27:40 +08:00
										 |  |  |     @include('components.entity-selector-popup') | 
					
						
							| 
									
										
										
										
											2015-07-13 04:31:15 +08:00
										 |  |  | @stop |