@extends('backend.index') @section('content')
ID | Group | Member(s) | Action | |
---|---|---|---|---|
{{ $role->id }} | {{ $role->name }} @if(isset($role->permissions) && isset($role->permissions['admin_access'])) (has access to the Administration Panel) @endif | @if($role->id != 6){{ DB::table('role_users')->where('role_id', $role->id)->count() }} | @else- | @endif@if($role->id != 1 && $role->id != 5 && $role->id != 6) @endif |