@extends('layouts.signup') @section('content') @php if($opt == 'simple') { $hide = 'display:none !important;'; $smallFont = 'font-size: 15px !important;'; $fullWidth = 'max-width: 100% !important;'; $signupDiv = 'width:85%; margin-top: 2%; margin-bottom:2%;'; $label = 'max-width: 25% !important; float: left; padding-right: 0px !important; margin-top: 5px;'; $input = 'width: 74% !important;float: right;'; } else { $hide = ''; $smallFont = ''; $fullWidth = ''; $signupDiv = 'width:60%; margin-top: 4%; margin-bottom:4%;'; $label = ''; $input = ''; } @endphp

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.

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

Plan Details

{{ $planDetails->PackageName }}

@if($planDetails->PackageName != 'Free')
@if($locationDetails->continent_name == 'Oceania')
OR

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

Total $
@else
OR

Total $
@endif
@endif



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