@include('sub_view/header')

Favoris

@foreach($favoris as $favori)

{{$favori->compte->entreprise->ent_nom}}

{{ucfirst($favori->produit->produit_nom)}}

Score ACV : {{$favori->acv_score}}

@if (Auth::check()) @else @endif

Détails

@endforeach