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

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'))

{{ $message }}

@endif @if(Cart::getContent()->count()!= 0) @foreach ($content as $item)

{{ $item->name }}

Quantity: {{ $item->quantity }}

@csrf @method('DELETE')
@endforeach

@else EMPTY SHOPPING CART There are no more items in your cart @endif
@if(Cart::getContent()->count()!= 0)
@csrf

Thanks for contacting the InterStore team.

We will be in touch with you shortly.
@endif
@endsection @section('javascript') @endsection