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

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

    <div class="container small">

        <div class="my-s">
            <?php echo $__env->make('entities.breadcrumbs', ['crumbs' => [
                $page->book,
                $page->chapter,
                $page,
                $page->getUrl('/copy') => [
                    'text' => trans('entities.pages_copy'),
                    'icon' => 'copy',
                ]
            ]], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        </div>

        <div class="card content-wrap auto-height">

            <h1 class="list-heading"><?php echo e(trans('entities.pages_copy')); ?></h1>

            <form action="<?php echo e($page->getUrl('/copy')); ?>" method="POST">
                <?php echo csrf_field(); ?>


                <div class="form-group title-input">
                    <label for="name"><?php echo e(trans('common.name')); ?></label>
                    <?php echo $__env->make('form.text', ['name' => 'name'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                </div>

                <div class="form-group" collapsible>
                    <button type="button" class="collapse-title text-primary" collapsible-trigger aria-expanded="false">
                        <label for="entity_selection"><?php echo e(trans('entities.pages_copy_desination')); ?></label>
                    </button>
                    <div class="collapse-content" collapsible-content>
                        <?php echo $__env->make('entities.selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book,chapter', 'entityPermission' => 'page-create'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                    </div>
                </div>

                <?php echo $__env->make('entities.copy-considerations', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

                <div class="form-group text-right">
                    <a href="<?php echo e($page->getUrl()); ?>" class="button outline"><?php echo e(trans('common.cancel')); ?></a>
                    <button type="submit" class="button"><?php echo e(trans('entities.pages_copy')); ?></button>
                </div>
            </form>

        </div>
    </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/pages/copy.blade.php ENDPATH**/ ?>