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

<div id="sibling-navigation" class="grid half collapse-xs items-center mb-m px-m no-row-gap fade-in-when-active print-hidden">
    <div>
        <?php if($previous): ?>
            <a href="<?php echo e($previous->getUrl()); ?>" class="outline-hover no-link-style block rounded">
                <div class="px-m pt-xs text-muted"><?php echo e(trans('common.previous')); ?></div>
                <div class="inline-block">
                    <div class="icon-list-item no-hover">
                        <span class="text-<?php echo e($previous->getType()); ?> "><?php echo icon($previous->getType()); ?></span>
                        <span><?php echo e($previous->getShortName(48)); ?></span>
                    </div>
                </div>
            </a>
        <?php endif; ?>
    </div>
    <div>
        <?php if($next): ?>
            <a href="<?php echo e($next->getUrl()); ?>" class="outline-hover no-link-style block rounded text-xs-right">
                <div class="px-m pt-xs text-muted text-xs-right"><?php echo e(trans('common.next')); ?></div>
                <div class="inline block">
                    <div class="icon-list-item no-hover">
                        <span class="text-<?php echo e($next->getType()); ?> "><?php echo icon($next->getType()); ?></span>
                        <span><?php echo e($next->getShortName(48)); ?></span>
                    </div>
                </div>
            </a>
        <?php endif; ?>
    </div>
</div><?php /**PATH /var/www/html/bookstack/resources/views/entities/sibling-navigation.blade.php ENDPATH**/ ?>