@extends('front_master') @section('front_content')
@csrf @foreach($carts as $cart) @endforeach
Item Price Quantity Subtotal
{{$cart->product->product_name}} @if($cart->productvariant != null)( {{$cart->productvariant->variant_value}} )@endif @if($cart->productvariant == null) {{discount($cart->product)}} BDT @else {{$cart->productvariant->pricevariant_price}} BDT @endif
{{$cart->unit_total}} BDT
Continue Shopping
Coupon Discount
@endsection @push('scripts') @endpush