@php $subtotal = Cart::instance('shopping')->subtotal(); $subtotal = str_replace(',', '', $subtotal); $subtotal = str_replace('.00', '', $subtotal); $shipping = Session::get('shipping') ? Session::get('shipping') : 0; // dd(); // dd(Cart::instance('shopping')->content()); @endphp
| Image | Product Details | Model | Price | Quantity | Total |
|---|---|---|---|---|---|
|
|
{{ Str::limit($value->name, 35) }}
Size: {{ $value->options->product_size }} |
Color: {{ $value->options->product_color }}
|
{{ $value->options->product_code ?? 'N/A' }} | ৳{{ number_format($value->price, 2) }} |
|
৳{{ number_format($value->price * $value->qty, 2) }} |
|
Your cart is empty! Shop Now |
|||||