| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  | @extends('simple-layout') | 
					
						
							| 
									
										
										
										
											2018-05-20 17:11:56 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  | @section('body') | 
					
						
							|  |  |  |     <div class="container mt-m"> | 
					
						
							|  |  |  |         <div class="grid right-focus gap-xl"> | 
					
						
							|  |  |  |             <div> | 
					
						
							| 
									
										
										
										
											2018-05-20 17:11:56 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  |                 <div class="actions mb-xl"> | 
					
						
							|  |  |  |                     <h5>{{ trans('common.actions') }}</h5> | 
					
						
							|  |  |  |                     <div class="icon-list text-primary"> | 
					
						
							|  |  |  |                         @include('partials.view-toggle', ['view' => $view, 'type' => 'book']) | 
					
						
							| 
									
										
										
										
											2019-04-14 20:01:51 +08:00
										 |  |  |                         @include('components.expand-toggle', ['target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details']) | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2018-05-20 17:11:56 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  |                 @include('common.home-sidebar') | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <div> | 
					
						
							|  |  |  |                 @include('books.list', ['books' => $books, 'view' => $view]) | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2018-05-20 17:11:56 +08:00
										 |  |  | @stop |