@component('mail::message') # Order Confirmation Thank you for your order. Here are the details:
**Nom & Prénom:** {{ $name }}
**Email:** {{ $email }}
**Numéro:** {{ $number }} **Order Details:** @foreach ($cart as $productId => $item)
- Produit: {{ $item['name'] }} - Quantité: {{ $item['quantity'] }} - Prix: {{ $item['prix'] }} @endforeach @endcomponent