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/bfe5a7824bfcd5a0d5b52f6a472ec5900d1e9ec8.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('/delete') => [
                    'text' => trans('entities.pages_delete'),
                    'icon' => 'delete',
                ]
            ]], \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($page->draft ? trans('entities.pages_delete_draft') : trans('entities.pages_delete')); ?></h1>


            <div class="grid half v-center">
                <div>
                    <p class="text-neg">
                        <strong>
                            <?php echo e($page->draft ? trans('entities.pages_delete_draft_confirm'): trans('entities.pages_delete_confirm')); ?>

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

                        <input type="hidden" name="_method" value="DELETE">
                        <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('common.confirm')); ?></button>
                        </div>
                    </form>
                </div>
            </div>
        </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/delete.blade.php ENDPATH**/ ?>