| Current Path : /var/www/html/bookstack/storage/framework/views/ |
| Current File : /var/www/html/bookstack/storage/framework/views/9bb3cada3bb5413cd68f6408efd284cd5120bb1e.php |
<?php $__env->startSection('body'); ?>
<div class="container small">
<div class="my-s">
<?php echo $__env->make('entities.breadcrumbs', ['crumbs' => [
'/shelves' => [
'text' => trans('entities.shelves'),
'icon' => 'bookshelf',
],
'/create-shelf' => [
'text' => trans('entities.shelves_create'),
'icon' => 'add',
]
]], \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.shelves_create')); ?></h1>
<form action="<?php echo e(url("/shelves")); ?>" method="POST" enctype="multipart/form-data">
<?php echo $__env->make('shelves.parts.form', ['shelf' => null, 'books' => $books], \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/shelves/create.blade.php ENDPATH**/ ?>