Enter your credit card details


@csrf @isset($locationDetails->error)

Error! Something went wrong. Please try again later.

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

Payment successful

{{-- --}}