@include('forms.fbncheader') @include('forms.fdatatables')
| Nom | Utilisateurs | @if($user->hasRole("ADMINISTRATEUR") || $user->can("ROL_AJO")) Ajouter @endif |
|---|---|---|
| {!! $role->name !!} | {!! $role->NomUsers !!} | @if(($user->hasRole("ADMINISTRATEUR") || $user->can("ROL_SUP"))&&($role->NomUsers=="")&&($role->NbPermissions==0)) {!! Form::open(['url' => url('roles/' . $role->id), 'method' => 'DELETE']) !!} @endif @if($user->hasRole("ADMINISTRATEUR")|| $user->can("ROL_MAJ")) Modifier @endif @if(($user->hasRole("ADMINISTRATEUR")|| $user->can("ROL_SUP"))&&($role->NomUsers=="")&&($role->NbPermissions==0)) {{ csrf_field() }} {!! Form::close() !!} @endif |