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

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

    <div class="container small">

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

        <main class="card content-wrap">
            <h1 class="list-heading"><?php echo e(trans('entities.chapters_move')); ?></h1>

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

                <?php echo csrf_field(); ?>

                <input type="hidden" name="_method" value="PUT">

                <?php echo $__env->make('entities.selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book', 'entityPermission' => 'chapter-create'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

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

        </main>



    </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/chapters/move.blade.php ENDPATH**/ ?>