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/79b4d8cae90ed1e60b61292b488f3006e150103b.php

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

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