| Current Path : /var/www/html/bookstack/storage/framework/views/ |
| Current File : /var/www/html/bookstack/storage/framework/views/c4056d6cb169a7b04e2ed74f894f2e4544c4a138.php |
<div class="entity-list">
<?php if(count($entities) > 0): ?>
<?php $__currentLoopData = $entities; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $entity): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php echo $__env->make('entities.list-item', ['entity' => $entity, 'showPath' => true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php if($index !== count($entities) - 1): ?>
<hr>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php else: ?>
<p class="text-muted text-large p-xl">
<?php echo e(trans('common.no_items')); ?>
</p>
<?php endif; ?>
</div><?php /**PATH /var/www/html/bookstack/resources/views/search/parts/entity-ajax-list.blade.php ENDPATH**/ ?>