@extends('../layout/' . $layout) @section('subhead')
# | Libellé | Action |
---|---|---|
{{ ++$i }} | {{ $profil->name }} | @can('habilitations.edit') Edit @endcan @can('habilitations.delete') {!! Form::open(['method' => 'DELETE','route' => ['profils.destroy', $profil->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger','onclick'=>'return confirm("Etes-vous sûr de vouloir supprimer ce profil?");']) !!} {!! Form::close() !!} @endcan |