@php $subtotal = Cart::instance('shopping')->subtotal(); $subtotal=str_replace(',','',$subtotal); $subtotal=str_replace('.00', '',$subtotal); view()->share('subtotal',$subtotal); @endphp

{{Cart::instance('shopping')->count()}}

সর্বমোট : ৳{{$subtotal}}

অর্ডার করুন