@extends('storefront.layout') @section('title', 'Retail Partner Sign Up') @section('description', 'Apply to become a Vida Mansa retail partner in the United States.') @push('head') @endpush @section('content') Wholesale partner application Already registered? Sign in @if (session('verification_error')) Verification link unavailable We could not verify this email link. {{ session('verification_error') }} Contact our team Return home @elseif (session('status')) {{ session('application_verified') ? 'Email verified' : 'Application received' }} {{ session('application_verified') ? 'Your application is now with our team.' : 'Check your inbox to finish your application.' }} {{ session('status') }} Return home Browse products @else Partner dossier Tell us about your business * Required information Review required @if ($errors->any()) Please review the highlighted fields. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf 01 Business profile The company applying for a wholesale relationship. Company name * @error('company_name') {{ $message }} @enderror Legal name (optional) @error('legal_name') {{ $message }} @enderror EIN / Tax ID * @error('tax_id') {{ $message }} @enderror Website (optional) @error('website') {{ $message }} @enderror 02 Business type Choose the description that best matches your operation. Retailer / Reseller You resell products to pet parents and hold, or plan to provide, applicable resale documentation. Business End User You purchase products for use within your own business rather than for resale. @error('business_type') {{ $message }} @enderror 03 Primary contact Who should we contact about this application? First name * @error('first_name') {{ $message }} @enderror Last name * @error('last_name') {{ $message }} @enderror Business email * @error('email') {{ $message }} @enderror Phone (optional) @error('phone') {{ $message }} @enderror Job title (optional) @error('job_title') {{ $message }} @enderror 04 Account access Create the credentials you will use after approval. Password * @error('password') {{ $message }} @enderror Confirm password * At least 6 characters, including uppercase and lowercase letters, a number, and a symbol. 05 Tell us about your store Help us get to know your operation before review. Store details (optional) {{ old('notes') }} @error('notes') {{ $message }} @enderror Business document or storefront photo (optional) Share a document or a photo of your storefront so our team can better understand your business. PDF, JPG, PNG, or WEBP, up to 10 MB. Choose a file Your file will be stored privately for administrative review. @error('business_proof') {{ $message }} @enderror Ready to submit? By submitting, you confirm that the information is accurate. Verify your email next; the account remains pending until approved. Submit for review @endif @endsection
Verification link unavailable
{{ session('verification_error') }}
{{ session('application_verified') ? 'Email verified' : 'Application received' }}
{{ session('status') }}
Partner dossier
* Required information
Please review the highlighted fields.
{{ $message }}
At least 6 characters, including uppercase and lowercase letters, a number, and a symbol.
Share a document or a photo of your storefront so our team can better understand your business. PDF, JPG, PNG, or WEBP, up to 10 MB.
Ready to submit?
By submitting, you confirm that the information is accurate. Verify your email next; the account remains pending until approved.