12 lines
		
	
	
		
			250 B
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			250 B
		
	
	
	
		
			PHP
		
	
	
	
| 
								 | 
							
								@extends('base')
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@section('content')
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="page-content">
							 | 
						||
| 
								 | 
							
								        <h1>Create New Chapter</h1>
							 | 
						||
| 
								 | 
							
								        <form action="{{$book->getUrl()}}/chapter/create" method="POST">
							 | 
						||
| 
								 | 
							
								            @include('chapters/form')
							 | 
						||
| 
								 | 
							
								        </form>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@stop
							 |