@include('/sub_view/header')
@if (isset($suiviCate))
@if ($suiviCate[3] == "") {{$suiviCate[0] .' > ' .$suiviCate[1] .' > ' .$suiviCate[2]}} @else {{$suiviCate[0] .' > ' .$suiviCate[1] .' > ' .$suiviCate[2] .' > ' .$suiviCate[3]}} @endif
@endif @if(isset($suivi))
{{$suivi[0]}}
@endif
@if(count($acvs) == 0)

Il n'y a pas d'ACV disponible.

Soyez le premier à créer une ACV sur ce type de produit, pour cela contactez Veracy

@else
@foreach($acvs as $acv)

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

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

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

Détails

@endforeach @endif