Glossaire

{{ $publishedCount }} publié(s) · {{ $draftCount }} en brouillon (file de travail).

@forelse ($terms as $term) @empty @endforelse
Terme Statut Sections remplies
{{ $term->term }} {{ $term->status === 'publie' ? 'Publié' : 'Brouillon' }} @php $sections = collect(['definition_beginner' => 'déf. simple', 'definition_standard' => 'déf.', 'context_note' => 'contexte', 'legislation_note' => 'législation', 'regulation_note' => 'réglementation']) ->filter(fn ($label, $field) => filled($term->$field))->values(); @endphp {{ $sections->isEmpty() ? '- à rédiger -' : $sections->implode(' · ') }} Rédiger
Aucun terme.
{{ $terms->links() }}