Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/storage/framework/views/
Upload File :
Current File : /var/www/html/bookstack/storage/framework/views/7923708c100d00f1f206e95770e522fe919aeb18.php

<?php if(count($entities) > 0): ?>
    <div class="entity-list <?php echo e($style ?? ''); ?>">
        <?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' => $showPath ?? false, 'showTags' => $showTags ?? false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
    </div>
<?php else: ?>
    <p class="text-muted empty-text">
        <?php echo e($emptyText ?? trans('common.no_items')); ?>

    </p>
<?php endif; ?><?php /**PATH /var/www/html/bookstack/resources/views/entities/list.blade.php ENDPATH**/ ?>