| MODULE | LIBELLÉ | ROUTES ASSOCIÉES | ACTIONS | |
|---|---|---|---|---|
| {{ substr($privileges->module, 0, 30) }} | {{ $privileges->libelle }} | {{ $privileges->action }} |
Modifier
{{ Form::open(['route' => 'admin.privilege.destroy', 'method' => 'DELETE', 'style' => 'margin: 0;', 'class' => 'form-delete']) }}
{{ Form::hidden('ids', '-'.$privileges->id_privilege.'-') }}
{{ Form::close() }}
|