Supprimer une thematique

Êtes-vous sûr de vouloir totalement supprimer le thematique "{{ $thematique->name }}" ?

{!! Form::open(array('route' => [ 'suivi.thematiques.destroy', $thematique ], 'method'=>'DELETE')) !!} {!! Form::submit('Supprimer ce thematique', ['class' => 'btn btn-danger']) !!} {!! Form::close() !!}