Thématique > {{ $thematique->name }}

{!! Form::model($thematique, ['method' => 'DELETE', 'id'=>'thematique'.$thematique->id, "url" => route('admin-cnp.thematiques.destroy', $thematique)]) !!} @csrf {!! Form::close() !!}
@if (session('success')) @endif