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

Carrito

@foreach (Cart::getContent() as $item)
Product

{{$item->name}}

Marca:{{$item->attributes->brand}}
@csrf
@endforeach
@endsection @section('scripts') @if (session('message')) @endif @endsection