%PDF- %PDF-
Direktori : /home/silvzytp/dsr_code/storage/framework/views/ |
Current File : /home/silvzytp/dsr_code/storage/framework/views/390f8abf5a1b115463bb54fba4659e73b212343d.php |
<?php $__env->startSection('title', $siteTitle); ?> <?php $__env->startPush('styles'); ?> <style> .w-20{ width: 28px !important; height: 28px !important; line-height: 21px !important } </style> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-12"> <div class="ibox"> <div class="ibox-body px-0"> <div class="table-responsive"> <table class="table table-sm table-borderless"> <thead> <th>SL</th> <th>Role Name</th> <th>Slug</th> <th>Permission</th> <th>Created At</th> <th class="text-center">Action</th> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $roles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $role): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($loop->index+1); ?></td> <td><?php echo e($role->name); ?></td> <td><?php echo e($role->slug); ?></td> <td><span class="badge <?php echo e($role->permissions->isEmpty() ? 'badge-danger' : 'badge-primary'); ?>"><?php echo e($role->permissions->isEmpty() ? 'No Permission Found!' : $role->permissions->count()); ?></span></td> <td><?php echo e(date_formats($role->updated_at,'d-M-Y')); ?></td> <td width="10%"> <div class="d-flex align-items-center justify-content-center"> <a href="<?php echo e(route('super.roles.edit', $role->id)); ?>" class="btn-style btn-style-edit w-20 " <?php echo tooltip('Edit'); ?>><i class="fa fa-edit"></i></a> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <?php endif; ?> </tbody> </table> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.backend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/silvzytp/dsr_code/resources/views/backend/super-admin/pages/system/roles/index.blade.php ENDPATH**/ ?>