@extends('front.layout.app') @section('beforeHeadClose') @endsection @section('content')

Sample Basket

@csrf
@if(count($cart) > 0) @foreach($cart as $id => $item) {{-- COLORS --}} {{-- SURFACES --}} {{-- THICKNESSES --}} {{-- SIZES --}} @endforeach
Delete Product Brand Name Color Surfaces Thicknesses Sizes
{{ $item['name'] }} {{ $item['category'] ?? 'N/A' }}
  • {{ $item['colors'] }}
  • {{ $item['surfaces'] }}
  • {{ $item['thicknesses'] }}
  • {{ $item['sizes'] }}
@else

Please add some items in your basket.

@endif

Contact Us

Let's start a conversation. Email Us!

@endsection @section('beforeBodyClose') @endsection