@php $customer_details = $data['customer_details']; $country_list = $data['country_list']; $shpaddres = $data['shpaddres']; $offer_exist_in_cart = false; $cart_products = $data['cart_products']['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 @extends('layouts.user-inner') @section('content')