| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  | @extends('layouts.simple') | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | @section('body') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-11 22:41:21 +08:00
										 |  |  |     <div class="container"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-18 01:52:42 +08:00
										 |  |  |         <div class="my-s"> | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |             @include('entities.breadcrumbs', ['crumbs' => [ | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                 $shelf, | 
					
						
							| 
									
										
										
										
											2019-02-18 01:52:42 +08:00
										 |  |  |                 $shelf->getUrl('/permissions') => [ | 
					
						
							|  |  |  |                     'text' => trans('entities.shelves_permissions'), | 
					
						
							|  |  |  |                     'icon' => 'lock', | 
					
						
							|  |  |  |                 ] | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |             ]]) | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-28 22:44:44 +08:00
										 |  |  |         <div class="card content-wrap auto-height"> | 
					
						
							| 
									
										
										
										
											2022-10-11 22:41:21 +08:00
										 |  |  |             @include('form.entity-permissions', ['model' => $shelf, 'title' => trans('entities.shelves_permissions')]) | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-11 22:41:21 +08:00
										 |  |  |         <div class="card content-wrap auto-height flex-container-row items-center gap-x-xl wrap"> | 
					
						
							|  |  |  |             <div class="flex"> | 
					
						
							|  |  |  |                 <h2 class="list-heading">{{ trans('entities.shelves_copy_permissions_to_books') }}</h2> | 
					
						
							|  |  |  |                 <p>{{ trans('entities.shelves_copy_permissions_explain') }}</p> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <form action="{{ $shelf->getUrl('/copy-permissions') }}" method="post" class="flex text-right"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |                 {{ csrf_field() }} | 
					
						
							|  |  |  |                 <button class="button">{{ trans('entities.shelves_copy_permissions') }}</button> | 
					
						
							|  |  |  |             </form> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @stop |