| 
									
										
										
										
											2018-05-10 11:35:18 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-10 00:51:31 +08:00
										 |  |  | <div class="content-wrap card"> | 
					
						
							| 
									
										
										
										
											2018-12-02 05:28:21 +08:00
										 |  |  |     <div class="grid halves v-center"> | 
					
						
							|  |  |  |         <h1 class="list-heading">{{ trans('entities.books') }}</h1> | 
					
						
							|  |  |  |         <div class="text-right"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-08 02:33:32 +08:00
										 |  |  |             @include('partials.sort', ['options' => $sortOptions, 'order' => $order, 'sort' => $sort]) | 
					
						
							| 
									
										
										
										
											2018-12-02 05:28:21 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2018-05-10 11:35:18 +08:00
										 |  |  |     @if(count($books) > 0) | 
					
						
							| 
									
										
										
										
											2018-12-08 02:33:32 +08:00
										 |  |  |         @if($view === 'list') | 
					
						
							| 
									
										
										
										
											2018-12-02 00:29:57 +08:00
										 |  |  |             <div class="entity-list"> | 
					
						
							|  |  |  |                 @foreach($books as $book) | 
					
						
							| 
									
										
										
										
											2018-12-10 00:51:31 +08:00
										 |  |  |                     @include('books.list-item', ['book' => $book]) | 
					
						
							| 
									
										
										
										
											2018-12-02 00:29:57 +08:00
										 |  |  |                 @endforeach | 
					
						
							|  |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2018-05-10 11:35:18 +08:00
										 |  |  |         @else | 
					
						
							|  |  |  |              <div class="grid third"> | 
					
						
							|  |  |  |                 @foreach($books as $key => $book) | 
					
						
							| 
									
										
										
										
											2018-12-02 00:29:57 +08:00
										 |  |  |                     @include('books.grid-item', ['book' => $book]) | 
					
						
							| 
									
										
										
										
											2018-05-10 11:35:18 +08:00
										 |  |  |                 @endforeach | 
					
						
							|  |  |  |              </div> | 
					
						
							|  |  |  |         @endif | 
					
						
							| 
									
										
										
										
											2018-12-10 00:51:31 +08:00
										 |  |  |         <div> | 
					
						
							|  |  |  |             {!! $books->render() !!} | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2018-05-10 11:35:18 +08:00
										 |  |  |     @else | 
					
						
							|  |  |  |         <p class="text-muted">{{ trans('entities.books_empty') }}</p> | 
					
						
							|  |  |  |         @if(userCan('books-create-all')) | 
					
						
							| 
									
										
										
										
											2018-08-27 21:18:09 +08:00
										 |  |  |             <a href="{{ baseUrl("/create-book") }}" class="text-pos">@icon('edit'){{ trans('entities.create_now') }}</a> | 
					
						
							| 
									
										
										
										
											2018-05-10 11:35:18 +08:00
										 |  |  |         @endif | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | </div> |