@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}} AUD as one-time cost and ${{$PlanDetails->PackageMonthlyCostAUD}} AUD as monthly cost for {{$PlanDetails->PackageName}} plan.

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

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

@else

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

@endif @endisset