@php use Stevebauman\Location\Facades\Location; //dd($_COOKIE["country"]); if(!isset($_COOKIE["country"])) { $ip = request()->server("REMOTE_ADDR"); //$cuinfo = Location::get('77.111.246.19'); $cuinfo = Location::get($ip); if($ip == '127.0.0.1') { $cuinfo = Location::get('45.116.117.187'); } if(request()->country) { $cuinfo->countryCode = request()->country; } } else { $cuinfo = new stdClass(); $cuinfo->countryCode = $_COOKIE["country"]; if($_COOKIE["country"] == 'IN') $cuinfo->countryName = 'India'; elseif($_COOKIE["country"] == 'UK') $cuinfo->countryName = 'United Kingdom'; elseif($_COOKIE["country"] == 'AE') $cuinfo->countryName = 'United Arab Emirates'; elseif($_COOKIE["country"] == 'AU') $cuinfo->countryName = 'Australia'; elseif($_COOKIE["country"] == 'SG') $cuinfo->countryName = 'Singapore'; elseif($_COOKIE["country"] == 'CA') $cuinfo->countryName = 'Canada'; elseif($_COOKIE["country"] == 'DE') $cuinfo->countryName = 'Germany'; elseif($_COOKIE["country"] == 'FR') $cuinfo->countryName = 'France'; else $cuinfo->countryName = 'United States'; } @endphp @php $metas = $metatags; @endphp @extends('master') @section('main_content')

Payment

Choose your Payment Method

Pay with Paypal
selected
Pay with Stripe
selected
Pay with Razorpay
selected
Pay with SplitIt
selected
Pay with Affirm
selected
Select Currency
Proceed to Pay
Proceed to Pay
Proceed to Pay
Proceed to Pay

Selecting both payment method and currency is mandatory.

@endsection @section('npf_widget') @include('common.npf_form_modal') @endsection