@php
$subtotal = Cart::instance('shopping')->subtotal();
$subtotal=str_replace(',','',$subtotal);
$subtotal=str_replace('.00', '',$subtotal);
view()->share('subtotal',$subtotal);
@endphp
{{Cart::instance('shopping')->count()}}
৳{{$value->price}}
সর্বমোট : ৳{{$subtotal}}
অর্ডার করুন