@extends('layouts.app') @section('title') Thematiques @endsection @section('page-title') Thematiques Gestion @endsection @section('button-top') Créer une thematique @endsection @section('content')
# | Thematique | Engagements | Gestion | ||||||
---|---|---|---|---|---|---|---|---|---|
{{ $thematique->id }} | @if (!empty($thematique->image_path)) @endif {{ $thematique->name }} | {{ count($thematique->engagements) }} | @include('suivi.thematiques.index_gestion', ['thematique' => $thematique ]) | ||||||
Aucune thematique Créer une thematique |