@php $customer_details=$data['customer_details']; $country_list=$data['country_list']; $shpaddres=$data["shpaddres"]; $shipping_charge=$data["shipping_charge"]; $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=array(); $inactive_product_count=0; $inactive_product_array=array(); $appendcheck=$data['appendarray']; @endphp @extends('layouts.user-inner') @section('content')