@extends('layouts.dashboard') @section('myJS') @endsection @section('content')
@php //echo "
"; //print_r($currentSubscription); exit;  @endphp
	

Refer https://www.producty.com/pricing for features included in each package.

@if(isset($plans) && count($plans) > 0) @foreach($plans as $plan) @if($locationDetails->continent_name == 'Oceania') @php $PackageMonthlyCost = $plan->PackageMonthlyCostAUD; $PackageAnnualCost = $plan->PackageAnnualCostAUD; $PackageOneTimeCost = $plan->PackageOneTimeCostAUD; $AdditionalProductCost = $plan->AdditionalProductCostAUD; $currentSubscriptionOneTimeCost = $currentSubscription->PackageOneTimeCostAUD; @endphp @elseif($locationDetails->continent_name == 'Europe') @php $PackageMonthlyCost = $plan->PackageMonthlyCostEUR; $PackageAnnualCost = $plan->PackageAnnualCostEUR; $PackageOneTimeCost = $plan->PackageOneTimeCostEUR; $AdditionalProductCost = $plan->AdditionalProductCostEUR; $currentSubscriptionOneTimeCost = $currentSubscription->PackageOneTimeCostEUR; @endphp @else @php $PackageMonthlyCost = $plan->PackageMonthlyCostUSD; $PackageAnnualCost = $plan->PackageAnnualCostUSD; $PackageOneTimeCost = $plan->PackageOneTimeCostUSD; $AdditionalProductCost = $plan->AdditionalProductCostUSD; $currentSubscriptionOneTimeCost = $currentSubscription->PackageOneTimeCostUSD; @endphp @endif {{-- if onboarding charge is waived off then $PackageOneTimeCost = 0 --}} @if($onboardingWaivedOff) @php $PackageOneTimeCost = 0; @endphp @endif @if($currentSubscription->PackageName == 'Free') @if($plan->PackageName == 'Free') {{-- 'no need to show this plan as user is already on Free plan' --}} @endif @if($loop->iteration == 2)
{{ strtoupper($plan->PackageName) }}
PACKAGE
OR

+ ${{ $PackageOneTimeCost }} ONE-TIME ONBOARDING#

*ADDITIONAL PRODUCTS
${{ $AdditionalProductCost }} EACH PER MONTH

@csrf
@endif @if($loop->iteration == 3)
{{ strtoupper($plan->PackageName) }}
PACKAGE
OR

+ ${{ $PackageOneTimeCost }} ONE-TIME ONBOARDING#

*ADDITIONAL PRODUCTS
${{ $AdditionalProductCost }} EACH PER MONTH

@csrf
@endif @endif @if($currentSubscription->PackageName == 'Starter') @if($loop->iteration == 3)
{{ strtoupper($plan->PackageName) }}
PACKAGE
OR

+ ${{ $PackageOneTimeCost - $currentSubscriptionOneTimeCost }} ONE-TIME ONBOARDING#

*ADDITIONAL PRODUCTS
${{ $AdditionalProductCost }} EACH PER MONTH

@csrf
@endif @endif @endforeach @endif
{{-- div to display Terms and Conditions --}}

#Prices include GST for Australian customers.

*Products in excess of allowance will be charged monthly in arrears.

@Onboarding includes the setup of your initial catalogue and initial advice on how to structure your catalogue, category text setup and attribute setup.

Catalog Automation Pty Ltd reserves the right to make changes to these packages as Producty is further developed. This may include changes to the price and/or feature mix for a particular package.

@endsection