@forelse ($thematiques as $thematique) {{-- --}} @empty @endforelse
Thématiques Affichée au menu Action
{{$thematique->name}} {{ $thematique->active ? 'OUI' : 'NON' }}{{ date("d M Y à H:i", strtotime($thematique->created_at)) }} {!! Form::model($thematique, ['method' => 'DELETE', 'id'=>'thematiques'.$thematique->id, "url" => route('admin-cnp.thematiques.destroy', $thematique)]) !!} @csrf {!! Form::close() !!}
Pas encore de thématiques
{{-- @if ($thematiques)
{{ $thematiques->links() }}
@endif --}}