| 
									
										
										
										
											2015-07-28 03:17:08 +08:00
										 |  |  | @extends('base') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |     <div class="container small"> | 
					
						
							| 
									
										
										
										
											2015-07-28 03:17:08 +08:00
										 |  |  |         <h1>Create New Chapter</h1> | 
					
						
							|  |  |  |         <form action="{{$book->getUrl()}}/chapter/create" method="POST"> | 
					
						
							|  |  |  |             @include('chapters/form') | 
					
						
							|  |  |  |         </form> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @stop |