@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')) @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') }}

@else

Partner dossier

Tell us about your business

* Required information

Review required
@if ($errors->any()) @endif
@csrf
01 Business profile The company applying for a wholesale relationship.
@error('company_name')

{{ $message }}

@enderror
@error('legal_name')

{{ $message }}

@enderror
@error('tax_id')

{{ $message }}

@enderror
@error('website')

{{ $message }}

@enderror
02 Business type Choose the description that best matches your operation.
@error('business_type')

{{ $message }}

@enderror
03 Primary contact Who should we contact about this application?
@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('job_title')

{{ $message }}

@enderror
04 Account access Create the credentials you will use after approval.
@error('password')

{{ $message }}

@enderror

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.
@error('notes')

{{ $message }}

@enderror

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.

@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.

@endif
@endsection