@extends('index') @section('title', 'Panier') @section('title2', 'Votre panier') @section('content') @component('components.breadcrumb')
Retrouvez tous vos produits avant de passer à la caisse
| Produit | Prix | Quantité | Total | |
|---|---|---|---|---|
{{ $item['name'] }}Ref : #{{ $item['id'] }} |
{{ number_format($item['prix'], 0, ',', ' ') }} FCFA | {{ $item['quantity'] }} | {{ number_format($item['prix'] * $item['quantity'], 0, ',', ' ') }} FCFA |
Profitez de la livraison gratuite sur toutes vos commandes.