@foreach($pixels as $pixel) @endforeach
@php $subtotal = Cart::instance('shopping')->subtotal(); $subtotal=str_replace(',','',$subtotal); $subtotal=str_replace('.00', '',$subtotal); $shipping = Session::get('shipping')?Session::get('shipping'):0; @endphp{{$campaign_data->name}} এর বর্তমান দাম {{$product->new_price}}/=
ডিলিট | প্রোডাক্ট | পরিমাণ | মূল্য |
---|---|---|---|
|
|
৳{{$value->price*$value->qty}} | |
মোট | ৳ {{$subtotal}} | ||
ডেলিভারি চার্জ | ৳ {{$shipping}} | ||
সর্বমোট | ৳ {{$subtotal+$shipping}} |