| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  | @extends('layouts.tri') | 
					
						
							| 
									
										
										
										
											2018-05-20 17:11:56 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  | @section('body') | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |     @include('books.parts.list', ['books' => $books, 'view' => $view]) | 
					
						
							| 
									
										
										
										
											2019-05-25 23:35:09 +08:00
										 |  |  | @stop | 
					
						
							| 
									
										
										
										
											2018-05-20 17:11:56 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-25 23:35:09 +08:00
										 |  |  | @section('left') | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |     @include('home.parts.sidebar') | 
					
						
							| 
									
										
										
										
											2019-05-25 23:35:09 +08:00
										 |  |  | @stop | 
					
						
							| 
									
										
										
										
											2018-05-20 17:11:56 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-25 23:35:09 +08:00
										 |  |  | @section('right') | 
					
						
							|  |  |  |     <div class="actions mb-xl"> | 
					
						
							|  |  |  |         <h5>{{ trans('common.actions') }}</h5> | 
					
						
							| 
									
										
										
										
											2023-01-29 00:06:11 +08:00
										 |  |  |         <div class="icon-list text-link"> | 
					
						
							| 
									
										
										
										
											2021-01-31 00:40:13 +08:00
										 |  |  |             @if(user()->can('book-create-all')) | 
					
						
							| 
									
										
										
										
											2019-10-30 18:42:37 +08:00
										 |  |  |                 <a href="{{ url("/create-book") }}" class="icon-list-item"> | 
					
						
							|  |  |  |                     <span>@icon('add')</span> | 
					
						
							|  |  |  |                     <span>{{ trans('entities.books_create') }}</span> | 
					
						
							|  |  |  |                 </a> | 
					
						
							|  |  |  |             @endif | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |             @include('entities.view-toggle', ['view' => $view, 'type' => 'books']) | 
					
						
							| 
									
										
										
										
											2023-09-24 16:31:44 +08:00
										 |  |  |             <a href="{{ url('/tags') }}" class="icon-list-item"> | 
					
						
							|  |  |  |                 <span>@icon('tag')</span> | 
					
						
							|  |  |  |                 <span>{{ trans('entities.tags_view_tags') }}</span> | 
					
						
							|  |  |  |             </a> | 
					
						
							| 
									
										
										
										
											2023-01-29 00:06:11 +08:00
										 |  |  |             @include('home.parts.expand-toggle', ['classes' => 'text-link', 'target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details']) | 
					
						
							|  |  |  |             @include('common.dark-mode-toggle', ['classes' => 'icon-list-item text-link']) | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2021-01-31 00:40:13 +08:00
										 |  |  | @stop |