{{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)
Référence
Nom du produit
Prix unitaire
Quantité Total
Prix Total
@foreach($articleCounts as $cmd)
{{ $cmd['article_slug'] }}
{{ $cmd['article_details']->name }}
{{ $cmd['article_details']->price }} XOF
{{ $cmd['total_quantity'] }}
{{ $cmd['total_price'] }} XOF
@endforeach
@endif