My Cart
WE ARE HERE TO LISTEN TO YOU
In order to obtain a quote as quickly as possible, please indicate your contact details
@if($message = Session::get('success'))
@endif
@if(Cart::getContent()->count()!= 0)
@foreach ($content as $item)
{{ $item->name }}
Quantity: {{ $item->quantity }}
@endforeach
@else
EMPTY SHOPPING CART
There are no more items in your cart
@endif