@extends('layouts.welcomelayouts.app') @section('title') Shopping Cart - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('layouts.welcomelayouts.topsidebarmenu')

Cart View Shipping & Billing Complete

@foreach($carts as $crt) @endforeach
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 }}
@csrf @include('alerts.alerts')
Use Coupon Code
@if($mcc = Session::get('my_coupon_code')) Your Coupon Code: {{ $mcc }} @else Enter your coupon code if you have one. @endif

Continue Shopping Check Out
@endsection @push('js') @endpush