{{-- Header --}}

Devenir Vendeur

Creez votre boutique sur Tawfeex Market

{{-- Progress --}} @if($step > 0 && $step < 4)
Etape {{ $step }}/3 {{ ['', 'Verification', 'Informations', 'Validation'][$step] ?? '' }}
@endif {{-- Alerts --}} @if($error)
{{ $error }}
@endif @if($success && $step < 4)
{{ $success }}
@endif {{-- Step 0: Choose Type --}} @if($step === 0)

Quel type de vendeur etes-vous?

{{-- Partner Option --}} {{-- New Seller Option --}}
{{-- Step 1: Partner Verification --}} @elseif($step === 1)

Verification Partenaire

Entrez votre identifiant partenaire LSI pour verifier votre compte.

@error('partenaireId') {{ $message }} @enderror
{{-- Step 2: Shop Information --}} @elseif($step === 2)

Informations Boutique

@if($isPartner && $partenaireInfo)

Partenaire verifie: {{ $partenaireInfo['nom'] ?? 'N/A' }}

@endif
@error('nom') {{ $message }} @enderror
@error('shopName') {{ $message }} @enderror
@error('telephone') {{ $message }} @enderror
{{-- Step 3: OTP Verification --}} @elseif($step === 3)

Validation

Entrez le code OTP envoye au +{{ $indicatif }}{{ $telephone }}

{{-- Dev OTP Display --}} @if($devOtp)

Mode Dev - OTP: {{ $devOtp }}

@endif
@error('otp') {{ $message }} @enderror
{{-- Step 4: Success --}} @elseif($step === 4)

Felicitations!

{{ $success }}

@if($createdShop)

Votre boutique

Nom: {{ $createdShop['name'] ?? 'N/A' }}

Statut: @if($createdShop['activated'] ?? false) Active @else En attente de validation @endif

@endif @if($credentials)

Vos identifiants de connexion

Telephone: {{ $credentials['identifiant'] ?? 'N/A' }}

Mot de passe: {{ $credentials['password'] ?? 'N/A' }}

Conservez ces informations en lieu sur!

@endif
@endif {{-- Footer Info --}} @if($step < 4)

Besoin d'aide? Contactez-nous sur WhatsApp

+221 77 484 80 57
@endif