| 
									
										
										
										
											2017-08-26 22:41:33 +08:00
										 |  |  | @extends('simple-layout') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('body') | 
					
						
							|  |  |  |     <div class="container small"> | 
					
						
							|  |  |  |         <p> </p> | 
					
						
							|  |  |  |         <div class="card"> | 
					
						
							|  |  |  |             <h3>{{ $title }}</h3> | 
					
						
							|  |  |  |             @include('partials/entity-list', ['entities' => $pages, 'style' => 'detailed']) | 
					
						
							|  |  |  |             <div class="body text-center"> | 
					
						
							| 
									
										
										
										
											2016-02-21 02:51:01 +08:00
										 |  |  |                 {!! $pages->links() !!} | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2017-08-26 22:41:33 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-21 02:51:01 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | @stop |