| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  | @if(count($entities) > 0) | 
					
						
							|  |  |  |     <div class="entity-list {{ $style ?? '' }}"> | 
					
						
							| 
									
										
										
										
											2016-02-20 20:37:06 +08:00
										 |  |  |         @foreach($entities as $index => $entity) | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |             @include('entities.list-item', ['entity' => $entity, 'showPath' => $showPath ?? false, 'showTags' => $showTags ?? false]) | 
					
						
							| 
									
										
										
										
											2016-02-20 20:37:06 +08:00
										 |  |  |         @endforeach | 
					
						
							| 
									
										
										
										
											2019-05-06 07:15:03 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | @else | 
					
						
							|  |  |  |     <p class="text-muted empty-text"> | 
					
						
							|  |  |  |         {{ $emptyText ?? trans('common.no_items') }} | 
					
						
							|  |  |  |     </p> | 
					
						
							|  |  |  | @endif |