{{$item->categorie->nom}} |
{{$item->nom}} |
 }}) |
{!! Form::open(['method' => 'DELETE', 'route'=>['souscategorie.destroy', $item->id], 'style'=> 'display:inline', 'onclick'=>"if(!confirm('Êtes-vous sûr de vouloir supprimer cet enregistrement ?')) { return false; }"]) !!}
{!! Form::close() !!}
|