@if(count($partenaires) > 0) @foreach($partenaires as $partenaire) @endforeach @endif {{-- --}}



@if(count($rubriques) > 0) @foreach($rubriques as $rubrique) car
{{$rubrique->libelle}}
@endforeach @endif

ANNONCES

Les dernières annonces.

@if(count($annonces) > 0) @foreach($annonces as $annonce)
product
{{\Carbon\Carbon::parse($annonce->date_parution)->format('d/m/Y')}}
{{$annonce->libelle}}
@endforeach @else
Pas d'annonces
@endif

ESPACES PUBLICITAIRES

Les tarifs.

@if(count($tarifs) > 0) @foreach($tarifs as $tarif)
product
{{$tarif->emplacement}}
{{$tarif->dimensions}}
@endforeach @else
Pas de tarifs
@endif

Partenaires

@if(count($partenaires) > 0) @foreach($partenaires as $partenaire)
product
@endforeach @endif