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/1b129b4b185fa5f0f7c5c18b2f926bef74ce2668.php

<div class="entity-meta">
    <?php if($entity->isA('page')): ?>
        <?php echo icon('history'); ?><?php echo e(trans('entities.meta_revision', ['revisionCount' => $entity->revision_count])); ?> <br>
    <?php endif; ?>

    <?php echo icon('star'); ?><?php echo trans('entities.meta_created' . ($entity->createdBy ? '_name' : ''), [
        'timeLength' => $entity->created_at->formatLocalized('%e %B %Y %H:%M:%S'),
        'user' => e($entity->createdBy->name ?? ''),
        ]); ?>

    <br>

    <?php echo icon('edit'); ?><?php echo trans('entities.meta_updated' . ($entity->updatedBy ? '_name' : ''), [
            'timeLength' => $entity->updated_at->formatLocalized('%e %B %Y %H:%M:%S'),
            'user' => e($entity->updatedBy->name ?? '')
        ]); ?>

</div><?php /**PATH /var/www/html/bookstack/resources/views/entities/export-meta.blade.php ENDPATH**/ ?>