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/991ad82fc1780b3aca0a74a044f413e2a91faee4.php

<?php $__currentLoopData = array_merge($tags, [null, null]); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $tag): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
    <div class="card drag-card <?php echo e($loop->last ? 'hidden' : ''); ?>" <?php if($loop->last): ?> refs="add-remove-rows@model" <?php endif; ?>>
        <div class="handle"><?php echo icon('grip'); ?></div>
        <?php $__currentLoopData = ['name', 'value']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $type): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div component="auto-suggest"
                 option:auto-suggest:url="<?php echo e(url('/ajax/tags/suggest/' . $type . 's')); ?>"
                 option:auto-suggest:type="<?php echo e($type); ?>"
                 class="outline">
                <input value="<?php echo e($tag->$type ?? ''); ?>"
                       placeholder="<?php echo e(trans('entities.tag_' . $type)); ?>"
                       aria-label="<?php echo e(trans('entities.tag_' . $type)); ?>"
                       name="tags[<?php echo e($loop->parent->last ? 'randrowid' : $index); ?>][<?php echo e($type); ?>]"
                       type="text"
                       refs="auto-suggest@input"
                       autocomplete="off"/>
                <ul refs="auto-suggest@list" class="suggestion-box dropdown-menu"></ul>
            </div>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        <button type="button"
                aria-label="<?php echo e(trans('entities.tags_remove')); ?>"
                class="text-center drag-card-action text-neg">
            <?php echo icon('close'); ?>
        </button>
    </div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><?php /**PATH /var/www/html/bookstack/resources/views/entities/tag-manager-list.blade.php ENDPATH**/ ?>