| Current Path : /var/www/html/bookstack/storage/framework/views/ |
| Current File : /var/www/html/bookstack/storage/framework/views/63e5cc427eb67663d8a060296e0e7b4893763200.php |
<?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', 'autofocus' => true], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="form-group description-input">
<label for="description"><?php echo e(trans('common.description')); ?></label>
<?php echo $__env->make('form.textarea', ['name' => 'description'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="form-group" collapsible id="logo-control">
<button type="button" class="collapse-title text-primary" collapsible-trigger aria-expanded="false">
<label for="tags"><?php echo e(trans('entities.chapter_tags')); ?></label>
</button>
<div class="collapse-content" collapsible-content>
<?php echo $__env->make('entities.tag-manager', ['entity' => $chapter ?? null], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
<div class="form-group text-right">
<a href="<?php echo e(isset($chapter) ? $chapter->getUrl() : $book->getUrl()); ?>" class="button outline"><?php echo e(trans('common.cancel')); ?></a>
<button type="submit" class="button"><?php echo e(trans('entities.chapters_save')); ?></button>
</div>
<?php /**PATH /var/www/html/bookstack/resources/views/chapters/parts/form.blade.php ENDPATH**/ ?>