@php $tab_carac=[] @endphp
@php $tab_caracv=[] @endphp
@if(count($produit->caracteristiqueproduitvaleurs)>0)
@foreach($produit->caracteristiqueproduitvaleurs as $valeur)
@if(!empty($valeur->caracteristique_option_id))
@php $id= $valeur->caracteristique_option->caracteristique->id @endphp
@php $tab_carac[]=$valeur->caracteristique_option_id; @endphp
@endif
@if(!empty($valeur->valeur))
@php $id= $valeur->caracteristique_option->caracteristique->id @endphp
@php $tab_caracv[$id]=$valeur->caracteristique_option_id @endphp
@endif
@endforeach
@endif
@foreach($caracteristiques as $caracteristique)
@endforeach
@php $c=0 @endphp
@foreach($attributs as $attribut)
@php $c++ @endphp
@if($c
@endif
@endforeach