@extends('front.layout.app') @section('beforeHeadClose') @endsection @section('content') Cart Home Cart Sample Basket @csrf @if(count($cart) > 0) Delete Product Brand Name Color Surfaces Thicknesses Sizes @foreach($cart as $id => $item) {{ $item['name'] }} {{ $item['category'] ?? 'N/A' }} {{-- COLORS --}} {{ $item['colors'] }} {{-- SURFACES --}} {{ $item['surfaces'] }} {{-- THICKNESSES --}} {{ $item['thicknesses'] }} {{-- SIZES --}} {{ $item['sizes'] }} @endforeach @else Please add some items in your basket. @endif Order Form Submit Now @csrf @method('DELETE') Contact Us Let's start a conversation. Email Us! Call Us Today @php echo FindInsettingArr('telephone'); @endphp Mail Us Today @php echo FindInsettingArr('email'); @endphp @endsection @section('beforeBodyClose') @endsection
Please add some items in your basket.
Let's start a conversation. Email Us!