| 
									
										
										
										
											2018-05-10 11:35:18 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  | <main class="content-wrap mt-m card"> | 
					
						
							| 
									
										
										
										
											2019-05-27 20:10:48 +08:00
										 |  |  |     <div class="grid half v-center no-row-gap"> | 
					
						
							| 
									
										
										
										
											2018-12-02 05:28:21 +08:00
										 |  |  |         <h1 class="list-heading">{{ trans('entities.books') }}</h1> | 
					
						
							| 
									
										
										
										
											2019-05-27 20:10:48 +08:00
										 |  |  |         <div class="text-m-right my-m"> | 
					
						
							| 
									
										
										
										
											2018-12-02 05:28:21 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-09-20 01:03:17 +08:00
										 |  |  |             @include('partials.sort', ['options' => [ | 
					
						
							|  |  |  |                 'name' => trans('common.sort_name'), | 
					
						
							|  |  |  |                 'created_at' => trans('common.sort_created_at'), | 
					
						
							|  |  |  |                 'updated_at' => trans('common.sort_updated_at'), | 
					
						
							|  |  |  |             ], 'order' => $order, 'sort' => $sort, 'type' => 'books']) | 
					
						
							| 
									
										
										
										
											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')) | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |             <a href="{{ url("/create-book") }}" class="text-pos">@icon('edit'){{ trans('entities.create_now') }}</a> | 
					
						
							| 
									
										
										
										
											2018-05-10 11:35:18 +08:00
										 |  |  |         @endif | 
					
						
							|  |  |  |     @endif | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  | </main> |