@php //print_r($locationDetails); @endphp
@csrf @isset($locationDetails->error)

Error! Something went wrong. Please try again later.

@else @if($locationDetails->continent_name == 'Oceania')

You will be charged ${{$PlanDetails->PackageOneTimeCostAUD}} as one-time cost and ${{$PlanDetails->PackageMonthlyCostAUD}} as monthly cost for {{$PlanDetails->PackageName}} plan.

@elseif($locationDetails->continent_name == 'Europe')

You will be charged ${{$PlanDetails->PackageOneTimeCostEUR}} as one-time cost and ${{$PlanDetails->PackageMonthlyCostEUR}} as monthly cost for {{$PlanDetails->PackageName}} plan.

@else

You will be charged ${{$PlanDetails->PackageOneTimeCostUSD}} as one-time cost and ${{$PlanDetails->PackageMonthlyCostUSD}} as monthly cost for {{$PlanDetails->PackageName}} plan.

@endif @endisset