@extends('layout') @section('contenu') @foreach($billets as $billet)

{{ $billet->BIL_TITRE }}

Dans : @php $counter = 0; @endphp @foreach($billet->categories as $categorie) {{ $categorie->CAT_NOM }} @php $counter++; @endphp @if(count($billet->categories) > $counter) / @endif @endforeach

{{ $billet->BIL_CONTENU }}

Ecrire un commentaire

@endforeach @endsection