@extends('templates/header') @section('content')

Panier

{{ count($cart) }} Articles dans votre panier

@csrf @foreach ($cart as $productId => $item) @endforeach
Produit Prix Quantité Action

{{ $item['name'] }}

{{ $item['categorie'] }}

@csrf
@endsection