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

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

    <div class="container small">

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

        <main class="content-wrap card">
            <h1 class="list-heading"><?php echo e(trans('entities.chapters_edit')); ?></h1>
            <form action="<?php echo e($chapter->getUrl()); ?>" method="POST">
                <input type="hidden" name="_method" value="PUT">
                <?php echo $__env->make('chapters.parts.form', ['model' => $chapter], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            </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/edit.blade.php ENDPATH**/ ?>