@extends('layouts.public') @section('title', 'Create a Partner Account — SYSTRONICS') @section('meta_description', 'Register as a SYSTRONICS Partner. No fees are charged to become a SYSTRONICS Partner.') @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Partner Area', 'title' => 'SYSTRONICS Partner Registration', 'lede' => 'No fees are charged to become a SYSTRONICS Partner. Mandatory fields are marked with an asterisk.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Partners Area', 'url' => route('login')], ['label' => 'Create a Partner Account'], ], ])

Shortly after submitting your Partner Registration, you will receive an email requesting confirmation to activate your account. Please fill in the optional Alternate Email address(es), if you will not be activating your account from your Corporate Email address.

We value your privacy and shall never sell or disclose your personal information to third parties without your express permission.

Your country decides your price list after activation (used on the Prices page).

@csrf
Personal Information
@error('first_name')
{{ $message }}
@enderror
@error('last_name')
{{ $message }}
@enderror
Contact Information
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('country')
{{ $message }}
@enderror @if ($suggested !== [])
@foreach ($suggested as $option) @endforeach
@endif
@error('email_alt1')
{{ $message }}
@enderror
@error('city')
{{ $message }}
@enderror
@error('email_alt2')
{{ $message }}
@enderror
@error('state')
{{ $message }}
@enderror
Type "N/A" if not applicable
Company Information
@error('company')
{{ $message }}
@enderror
@error('address')
{{ $message }}
@enderror
@error('website')
{{ $message }}
@enderror
Other Information
Status * @error('partner_status')
{{ $message }}
@enderror
@foreach ($statuses as $status) @endforeach
@error('products')
{{ $message }}
@enderror
0 selected
@foreach ($products as $product) @endforeach
Compliance To General Data Protection Regulation (GDPR)

* Would you like to receive product and service related mailers, get invited to SYSTRONICS training sessions and webinars, and be updated on our latest news and special offers?

@error('mailing_preference')
{{ $message }}
@enderror
Login Information

Choose a User ID. After registration you can sign in with either your User ID or your corporate email.

@error('login')
{{ $message }}
@enderror
Letters, numbers, and _ . @ - only. Max 20 characters.
@error('password')
{{ $message }}
@enderror
@error('captcha_answer')
{{ $message }}
@enderror

We reserve the right to decline access to our Partners Area if we establish that the information entered in this registration process is incomplete or inaccurate.

Already have an account? Sign in

@endsection @push('scripts') @endpush