@foreach($commandes->commande_article as $key => $art) @foreach($art->article as $key => $article)
Image Produit ou Article Quantité prix unitaire total acheté
@foreach($images as $image) @if($image->key==$article->slug) {{$article->name}} @break; @endif @endforeach
{{\Illuminate\Support\Str::limit($article->name,17)}}
{{$art->quantity}}
{{$art->price}} fcfa
{{$art->total_price}} fcfa
@if(isset($art->choice))
Préférences
@php $choix=[]; $choix=json_decode($art->choice,true); @endphp @foreach($choix as $key =>$value) {{$key}} : @for($i=0;$i {{$choix[$key][$i]}}    @endfor   
@endforeach
@endif
Exigence
{{$art->specificity}}
@endforeach @endforeach
Total commande : {{$commandes->total_price}} F CFA