@extends('layouts.signup') @section('content')
Producty

New User Signup


This form is for new organizations only. If your organization has an existing Producty subscription, please ask your account manager for an invitation.

@if($organisationUser)
@else @endif @csrf
@if(!$organisationUser) Verify email @endif
{{--
--}} {{--
--}}
@if(!$organisationUser)

Plan Details

{{ $planDetails->PackageName }}

@if($planDetails->PackageName != 'Free')
@if($locationDetails->continent_name == 'Oceania') @if($onboardcharge == "checked")
@else
@endif
OR

Total $
@elseif($locationDetails->continent_name == 'Europe') @if($onboardcharge == "checked")
@else
@endif
OR

Total $
@else @if($onboardcharge == "checked")
@else
@endif
OR

Total $
@endif
@endif
@if(isset($resellerID) && isset($onboardcharge) && isset($email))
@else
@endif
@endif


{{-- div to display Terms and Conditions --}}
@endsection