@extends('layouts.welcomelayouts.app') @section('title')
Cart View Shipping & Billing Complete
| Products | Image | QTY | Total | Action |
|---|---|---|---|---|
| {{ $crt->product->title }} BDT {{ $crt->product->offerPrice() }} @if($crt->color)Color: {{ $crt->color }}@endif @if($crt->size) Size: {{ $crt->size }} @endif |
{{ $crt->quantity }}
MOQ: {{ $crt->product->min_order_quantity }} |
BDT {{ $crt->quantity * $crt->product->offerPrice() }} |
| SubTotal | BDT {{ $cartTotalPrice }} |
|---|---|
| Discount | BDT {{ $couponDisc }} |
| Tax/Vat: (0 %) | BDT 0 |
| Grand Totals | BDT {{ $gt }} |