| 
									
										
										
										
											2017-08-26 21:36:48 +08:00
										 |  |  | @extends('simple-layout') | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-26 21:36:48 +08:00
										 |  |  | @section('body') | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-14 23:23:16 +08:00
										 |  |  |     <div class="container small"> | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-18 01:52:42 +08:00
										 |  |  |         <div class="my-s"> | 
					
						
							| 
									
										
										
										
											2019-02-02 19:41:41 +08:00
										 |  |  |             @include('partials.breadcrumbs', ['crumbs' => [ | 
					
						
							|  |  |  |                 $chapter->book, | 
					
						
							|  |  |  |                 $chapter, | 
					
						
							| 
									
										
										
										
											2019-02-18 01:52:42 +08:00
										 |  |  |                 $chapter->getUrl('/move') => [ | 
					
						
							|  |  |  |                     'text' => trans('entities.chapters_move'), | 
					
						
							|  |  |  |                     'icon' => 'folder', | 
					
						
							|  |  |  |                 ] | 
					
						
							| 
									
										
										
										
											2019-02-02 19:41:41 +08:00
										 |  |  |             ]]) | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |         <main class="card content-wrap"> | 
					
						
							| 
									
										
										
										
											2019-02-02 19:41:41 +08:00
										 |  |  |             <h1 class="list-heading">{{ trans('entities.chapters_move') }}</h1> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <form action="{{ $chapter->getUrl('/move') }}" method="POST"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 {!! csrf_field() !!} | 
					
						
							|  |  |  |                 <input type="hidden" name="_method" value="PUT"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 @include('components.entity-selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book', 'entityPermission' => 'chapter-create']) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <div class="form-group text-right"> | 
					
						
							|  |  |  |                     <a href="{{ $chapter->getUrl() }}" class="button outline">{{ trans('common.cancel') }}</a> | 
					
						
							| 
									
										
										
										
											2019-08-25 19:40:04 +08:00
										 |  |  |                     <button type="submit" class="button">{{ trans('entities.chapters_move') }}</button> | 
					
						
							| 
									
										
										
										
											2019-02-02 19:41:41 +08:00
										 |  |  |                 </div> | 
					
						
							|  |  |  |             </form> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |         </main> | 
					
						
							| 
									
										
										
										
											2017-08-26 21:36:48 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @stop |