@extends('layout.template') @section('title','Cusella Home Furnishing | Curtains, Sofas, Wallpapers & Interior Solutions') @section('content')
@foreach($cart['items'] as $item) @endforeach
Product Price Quantity Subtotal
{{ $item['name'] }}
{{ $item['name'] }}
@if(!empty($item['variant']['color']))

Color: {{ $item['variant']['color'] }}

@endif
${{ number_format($item['price'], 2) }}
${{ number_format($item['subtotal'], 2) }}

Calculate shipping

Coupon Discount

Enter your coupon code if you have one.

Subtotal ${{ number_format($cart['price_details']['sub_total'], 2) }}

Shipping

Shipping to Bangladesh

Total ${{ number_format($cart['price_details']['total'], 2) }}

@endsection