@php $grandSubtotal = 0; $qty = 0; $option_price = 0; @endphp @if (Session::has('cart')) @foreach (Session::get('cart') as $key => $cart) @php $grandSubtotal = ($cart['main_price'] + $grandSubtotal + $cart['attribute_price']) * $cart['qty']; @endphp