@extends('common::layouts.master') @section('rolePermission_') aria-expanded="true" @endsection @section('p-show') show @endsection @section('rolePermission') active @endsection @section('rolePermissionsub') active @endsection @section('content')
| {{ __('role') }} | {{ __('permissions') }} | @if(Sentinel::getUser()->hasAccess(['role_read']) || Sentinel::getUser()->hasAccess(['role_write'])){{ __('options') }} | @endif
|---|---|---|
| {{ $role->name }} | @if(!empty($role->permissions)) @foreach ($permissionss[$role->slug] as $key=>$value) @endforeach @endif | @if(Sentinel::getUser()->hasAccess(['role_read']) || Sentinel::getUser()->hasAccess(['role_write']))
@if($role->id != 1)
|
@endif