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/291808d0daf47aa0cafbc8a6467d50a09c28ac06.php

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

    <div class="container small">

        <?php echo $__env->make('settings.parts.navbar', ['selected' => 'roles'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

        <div class="card content-wrap">
            <h1 class="list-heading"><?php echo e(trans('settings.role_create')); ?></h1>

            <form action="<?php echo e(url("/settings/roles/new")); ?>" method="POST">
                <?php echo e(csrf_field()); ?>


                <?php echo $__env->make('settings.roles.parts.form', ['role' => $role ?? null], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

                <div class="form-group text-right">
                    <a href="<?php echo e(url("/settings/roles")); ?>" class="button outline"><?php echo e(trans('common.cancel')); ?></a>
                    <button type="submit" class="button"><?php echo e(trans('settings.role_save')); ?></button>
                </div>
            </form>

        </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/settings/roles/create.blade.php ENDPATH**/ ?>