{{$boutique->nom_boutique}}

{{strtoupper(str_replace('_',' ',$boutique->nom_boutique))}}

Email : {{$boutique->meta->email_boutique}}
Telephone : {{$boutique->meta->telephone_boutique}}
Adresse : {{$boutique->meta->country}} / {{$boutique->meta->adresse_boutique}}

Statistique des produits commandés pour Panier MIB {{$year}}

@if(count($articleCounts)>0) @foreach($articleCounts as $cmd) @endforeach
Référence Nom du produit Prix unitaire Quantité Total Prix Total
{{ $cmd['article_slug'] }} {{ $cmd['article_details']->name }} {{ $cmd['article_details']->price }} XOF {{ $cmd['total_quantity'] }} {{ $cmd['total_price'] }} XOF
@endif