| 
									
										
										
										
											2021-05-29 19:49:10 +08:00
										 |  |  | <div id="sibling-navigation" class="grid half collapse-xs items-center mb-m px-m no-row-gap fade-in-when-active print-hidden"> | 
					
						
							| 
									
										
										
										
											2021-05-29 19:39:41 +08:00
										 |  |  |     <div> | 
					
						
							|  |  |  |         @if($previous) | 
					
						
							| 
									
										
										
										
											2022-11-09 05:17:45 +08:00
										 |  |  |             <a href="{{  $previous->getUrl()  }}" data-shortcut="previous" class="outline-hover no-link-style block rounded"> | 
					
						
							| 
									
										
										
										
											2021-05-29 19:39:41 +08:00
										 |  |  |                 <div class="px-m pt-xs text-muted">{{ trans('common.previous') }}</div> | 
					
						
							|  |  |  |                 <div class="inline-block"> | 
					
						
							|  |  |  |                     <div class="icon-list-item no-hover"> | 
					
						
							|  |  |  |                         <span class="text-{{ $previous->getType() }} ">@icon($previous->getType())</span> | 
					
						
							|  |  |  |                         <span>{{ $previous->getShortName(48) }}</span> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |             </a> | 
					
						
							|  |  |  |         @endif | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div> | 
					
						
							|  |  |  |         @if($next) | 
					
						
							| 
									
										
										
										
											2022-11-05 21:39:17 +08:00
										 |  |  |             <a href="{{  $next->getUrl()  }}" data-shortcut="next" class="outline-hover no-link-style block rounded text-xs-right"> | 
					
						
							| 
									
										
										
										
											2021-05-29 19:39:41 +08:00
										 |  |  |                 <div class="px-m pt-xs text-muted text-xs-right">{{ trans('common.next') }}</div> | 
					
						
							|  |  |  |                 <div class="inline block"> | 
					
						
							|  |  |  |                     <div class="icon-list-item no-hover"> | 
					
						
							|  |  |  |                         <span class="text-{{ $next->getType() }} ">@icon($next->getType())</span> | 
					
						
							|  |  |  |                         <span>{{ $next->getShortName(48) }}</span> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |             </a> | 
					
						
							|  |  |  |         @endif | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | </div> |