| 
									
										
										
										
											2018-08-27 21:18:09 +08:00
										 |  |  | @extends('simple-layout') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('body') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="container small"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-18 01:52:42 +08:00
										 |  |  |         <div class="my-s"> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |             @include('partials.breadcrumbs', ['crumbs' => [ | 
					
						
							|  |  |  |                 $shelf, | 
					
						
							| 
									
										
										
										
											2019-02-18 01:52:42 +08:00
										 |  |  |                 $shelf->getUrl('/edit') => [ | 
					
						
							|  |  |  |                     'text' => trans('entities.shelves_edit'), | 
					
						
							|  |  |  |                     'icon' => 'edit', | 
					
						
							|  |  |  |                 ] | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |             ]]) | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="card content-wrap"> | 
					
						
							|  |  |  |             <h1 class="list-heading">{{ trans('entities.shelves_edit') }}</h1> | 
					
						
							|  |  |  |             <form action="{{ $shelf->getUrl() }}" method="POST"> | 
					
						
							|  |  |  |                 <input type="hidden" name="_method" value="PUT"> | 
					
						
							| 
									
										
										
										
											2019-04-07 19:00:09 +08:00
										 |  |  |                 @include('shelves.form', ['model' => $shelf]) | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  |             </form> | 
					
						
							| 
									
										
										
										
											2018-08-27 21:18:09 +08:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2019-02-03 21:45:45 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-27 21:18:09 +08:00
										 |  |  | @stop |