@extends('layouts.main') @section('content')

Libellé

Quantité

Prix

Supprimer

@csrf @if(Session::get('cart')) @foreach(explode(',,,', Session::get('cart')) as $p)
#

{{ explode(':::', $p)[2] }}

@endforeach @endif
@endsection