| 
									
										
										
										
											2015-07-28 03:17:08 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 04:38:11 +08:00
										 |  |  | {!! csrf_field() !!} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-28 03:17:08 +08:00
										 |  |  | <div class="form-group title-input"> | 
					
						
							|  |  |  |     <label for="name">Chapter Name</label> | 
					
						
							|  |  |  |     @include('form/text', ['name' => 'name']) | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2015-08-09 04:38:11 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-28 03:17:08 +08:00
										 |  |  | <div class="form-group description-input"> | 
					
						
							|  |  |  |     <label for="description">Description</label> | 
					
						
							|  |  |  |     @include('form/textarea', ['name' => 'description']) | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2015-08-09 04:38:11 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | <div class="form-group"> | 
					
						
							| 
									
										
										
										
											2015-09-02 01:28:50 +08:00
										 |  |  |     <a href="{{ back()->getTargetUrl() }}" class="button muted">Cancel</a> | 
					
						
							| 
									
										
										
										
											2015-09-03 01:26:33 +08:00
										 |  |  |     <button type="submit" class="button pos">Save Chapter</button> | 
					
						
							| 
									
										
										
										
											2015-08-09 04:38:11 +08:00
										 |  |  | </div> |