@php $offer_exist_in_cart = false; $cart_products = $data['cart_products_details']['product_array']; $product_grand_total = 0; $product_grand_total_with_discount = 0; $out_fit_ids = []; $inactive_product_count = 0; $inactive_product_array = []; $appendcheck = $data['appendarray']; @endphp @if ($appendcheck == 0) @endif @if (count($cart_products) > 0)