| 
									
										
										
										
											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') | 
					
						
							| 
									
										
										
										
											2019-05-25 23:35:09 +08:00
										 |  |  |     <div class="mt-m"> | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |         <main class="content-wrap card"> | 
					
						
							| 
									
										
										
										
											2022-11-16 00:04:46 +08:00
										 |  |  |             <div component="page-display" | 
					
						
							| 
									
										
										
										
											2022-11-23 20:07:46 +08:00
										 |  |  |                  option:page-display:page-id="{{ $customHomepage->id }}" | 
					
						
							| 
									
										
										
										
											2022-11-16 00:04:46 +08:00
										 |  |  |                  class="page-content"> | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |                 @include('pages.parts.page-display', ['page' => $customHomepage]) | 
					
						
							| 
									
										
										
										
											2019-05-25 23:35:09 +08:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2019-08-25 22:44:51 +08:00
										 |  |  |         </main> | 
					
						
							| 
									
										
										
										
											2019-05-25 23:35:09 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | @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> | 
					
						
							|  |  |  |         <div class="icon-list text-primary"> | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |             @include('home.parts.expand-toggle', ['classes' => 'text-primary', 'target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details']) | 
					
						
							|  |  |  |             @include('common.dark-mode-toggle', ['classes' => 'icon-list-item text-primary']) | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2018-05-20 17:11:56 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2019-04-07 00:31:59 +08:00
										 |  |  | @stop |