@extends('layouts.app') @section('title') Thematiques @endsection @section('page-title') Thematiques Gestion @endsection @section('button-top') Créer une thematique @endsection @section('content')
{{-- TO DO https://stackoverflow.com/questions/12228644/how-to-detect-light-colors-with-php --}} @if (count($thematiques)) @foreach ($thematiques as $thematique) @endforeach @else @endif
# 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
@endsection