@php $cart = session()->get('cart', []); @endphp @php $total=0; @endphp @if(count($cart)) @foreach($cart as $key=>$i) @php $total +=$i['price']*$i['quantity']; @endphp @endforeach @endif
{{ getTotalCart()}} items
৳ {{ $total }}