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/e2ecf5ff8bc9857eeb348532db6389a8445615e6.php

<?php $__env->startSection('body'); ?>
    <div class="container small pt-xl">
        <main class="card content-wrap">
            <h1 class="list-heading"><?php echo e($title); ?></h1>

            <div class="book-contents">
                <?php echo $__env->make('entities.list', ['entities' => $entities, 'style' => 'detailed'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            </div>

            <div class="text-right">
                <?php if($hasMoreLink): ?>
                    <a href="<?php echo e($hasMoreLink); ?>" class="button outline"><?php echo e(trans('common.more')); ?></a>
                <?php endif; ?>
            </div>
        </main>
    </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.simple', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/bookstack/resources/views/common/detailed-listing-with-more.blade.php ENDPATH**/ ?>