1 @if(count($entities) > 0)
2 <div class="entity-list {{ $style ?? '' }}">
3 @foreach($entities as $index => $entity)
4 @include('partials.entity-list-item', ['entity' => $entity, 'showPath' => $showPath ?? false])
8 <p class="text-muted empty-text">
9 {{ $emptyText ?? trans('common.no_items') }}