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/674f7cb28702c6cae7fad84e0ee6a9a798396fab.php

<?php $__env->startSection('left'); ?>
    <div id="revision-details" class="entity-details mb-xl">
        <h5><?php echo e(trans('common.details')); ?></h5>
        <div class="body text-small text-muted">
            <?php echo $__env->make('entities.meta', ['entity' => $revision], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('body'); ?>

    <div class="mb-m print-hidden">
        <?php echo $__env->make('entities.breadcrumbs', ['crumbs' => [
            $page->$book,
            $page->chapter,
            $page,
            $page->getUrl('/revisions') => [
                'text' => trans('entities.pages_revisions'),
                'icon' => 'history',
            ],
            $revision->getUrl('/changes') => $diff ? trans('entities.pages_revisions_numbered_changes', ['id' => $revision->id]) : null,
            $revision->getUrl() => !$diff ? trans('entities.pages_revisions_numbered', ['id' => $revision->id]) : null,
        ]], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    </div>

    <main class="card content-wrap">
        <div class="page-content page-revision">
            <?php echo $__env->make('pages.parts.page-display', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        </div>
    </main>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.tri', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/bookstack/resources/views/pages/revision.blade.php ENDPATH**/ ?>