Enter your credit card details


@csrf @isset($locationDetails->error)

Error! Something went wrong. Please try again later.

@else @if($locationDetails->continent_name == 'Oceania') {{-- --}} @if($onboardcharge == "checked") @php $PackageOneTimeCostAUD =0; @endphp @else @php $PackageOneTimeCostAUD =$PlanDetails->PackageOneTimeCostAUD; @endphp @endif @if($monthlyOrYearly == 'monthly') @php $totalAmount = $PackageOneTimeCostAUD +$PlanDetails->PackageMonthlyCostAUD; @endphp @endif @if($monthlyOrYearly == 'yearly') @php $totalAmount = $PackageOneTimeCostAUD + $PlanDetails->PackageAnnualCostAUD; @endphp @endif @elseif($locationDetails->continent_name == 'Europe') @if($onboardcharge == "checked") @php $PackageOneTimeCostEUR =0; @endphp @else @php $PackageOneTimeCostEUR =$PlanDetails->PackageOneTimeCostEUR; @endphp @endif {{-- --}} @if($monthlyOrYearly == 'monthly') @php $totalAmount = $PackageOneTimeCostEUR + $PlanDetails->PackageMonthlyCostEUR; @endphp @endif @if($monthlyOrYearly == 'yearly') @php $totalAmount = $PackageOneTimeCostEUR + $PlanDetails->PackageAnnualCostEUR; @endphp @endif @else @if($onboardcharge == "checked") @php $PackageOneTimeCostUSD =0; @endphp @else @php $PackageOneTimeCostUSD =$PlanDetails->PackageOneTimeCostUSD; @endphp @endif {{-- --}} @if($monthlyOrYearly == 'monthly') @php $totalAmount = $PackageOneTimeCostUSD + $PlanDetails->PackageMonthlyCostUSD; @endphp @endif @if($monthlyOrYearly == 'yearly') @php $totalAmount = $PackageOneTimeCostUSD + $PlanDetails->PackageAnnualCostUSD; @endphp @endif @endif @endisset
@if($locationDetails->continent_name == 'Oceania') @elseif($locationDetails->continent_name == 'Europe') @else
@endif

Payment successful

Redirecting to login page...

{{-- --}}