| 
									
										
										
										
											2019-02-24 23:57:35 +08:00
										 |  |  | <div class="entity-list {{ $style ?? '' }}"> | 
					
						
							|  |  |  |     @if(count($entities) > 0) | 
					
						
							|  |  |  |         @foreach($entities as $index => $entity) | 
					
						
							| 
									
										
										
										
											2021-08-22 20:15:58 +08:00
										 |  |  |             @include('entities.list-item-basic', ['entity' => $entity]) | 
					
						
							| 
									
										
										
										
											2019-02-24 23:57:35 +08:00
										 |  |  |         @endforeach | 
					
						
							|  |  |  |     @else | 
					
						
							|  |  |  |         <p class="text-muted empty-text"> | 
					
						
							|  |  |  |             {{ $emptyText ?? trans('common.no_items') }} | 
					
						
							|  |  |  |         </p> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | </div> |