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/08a1b472c4d9a491e83088c809c3ba0c7f82e135.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 auto-height">

            <div class="grid half v-center">
                <h1 class="list-heading"><?php echo e(trans('settings.role_user_roles')); ?></h1>

                <div class="text-right">
                    <a href="<?php echo e(url("/settings/roles/new")); ?>" class="button outline"><?php echo e(trans('settings.role_create')); ?></a>
                </div>
            </div>

            <table class="table">
                <tr>
                    <th><?php echo e(trans('settings.role_name')); ?></th>
                    <th></th>
                    <th class="text-center"><?php echo e(trans('settings.users')); ?></th>
                </tr>
                <?php $__currentLoopData = $roles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $role): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <tr>
                        <td><a href="<?php echo e(url("/settings/roles/{$role->id}")); ?>"><?php echo e($role->display_name); ?></a></td>
                        <td>
                            <?php if($role->mfa_enforced): ?>
                                <span title="<?php echo e(trans('settings.role_mfa_enforced')); ?>"><?php echo icon('lock'); ?> </span>
                            <?php endif; ?>
                            <?php echo e($role->description); ?>

                        </td>
                        <td class="text-center"><?php echo e($role->users->count()); ?></td>
                    </tr>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </table>


        </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/index.blade.php ENDPATH**/ ?>