@php $vendeur = auth()->user()->vendeur; $isRejected = $vendeur && $vendeur->statut_verification === 'rejete'; $raisonRejet = $isRejected ? $vendeur->raison_rejet : null; @endphp @php $shouldClearField = function($fieldName, $raisonRejet) { if (!$raisonRejet) return false; $reason = strtolower($raisonRejet); $keywords = [ 'numero_document' => ['numéro', 'document', 'pièce', 'cni', 'passeport', 'identite'], 'nom_entreprise' => ['raison sociale', 'nom', 'entreprise', 'enseigne'], 'numero_registre_commerce' => ['registre', 'commerce', 'rccm'], 'registre_commerce' => ['document', 'registre', 'rccm', 'justificatif', 'illisible', 'commerce'], 'numero_identification_fiscale' => ['nif', 'fiscale', 'identification'], 'document' => ['document', 'piece', 'identite', 'cni', 'illisible', 'recto', 'verso'], 'date_emission_document' => ['date', 'emission', 'expiration'], 'date_expiration_document' => ['date', 'expiration'], 'adresse_entreprise' => ['adresse', 'siege', 'domiciliation'], 'telephone_entreprise' => ['telephone', 'contact', 'mobile'], 'email_entreprise' => ['email', 'courriel'], 'description_entreprise' => ['description', 'activite'], 'site_web' => ['site', 'web', 'url', 'internet'], ]; if (!isset($keywords[$fieldName])) return false; foreach ($keywords[$fieldName] as $kw) { if (str_contains($reason, $kw)) return true; } return false; }; @endphp @if(session('error') || session('error_banner'))
{{ session('error') ?? session('error_banner') }}
@endif

@if(auth()->user()->estVendeurOfficiel()) Gérez vos informations de vendeur et vos documents officiels. @elseif(auth()->user()->vendeur) Complétez votre profil pour débloquer les abonnements et publier plus d'annonces. @else Rejoignez les vendeurs Karnou et vendez vos produits à travers toute la Centrafrique. @endif

@if(!auth()->user()->estVendeur() || !auth()->user()->vendeur->estProfessionnel())
user()->vendeur && auth()->user()->vendeur->estParticulier()) style="opacity: 0.5; pointer-events: none;" @endif>
Vendeur Particulier
Idéal pour vendre des objets d'occasion ou occasionnels. Inscription simple avec votre CNI.
Vendeur Professionnel
Pour les entreprises, boutiques et artisans. Avantages pro, Page Pro exclusive et commissions réduites.
@if(auth()->user()->vendeur && !auth()->user()->estVendeurOfficiel())

Vous avez déjà commencé à vendre. Choisissez votre type de compte pour continuer et profiter de tous les services.

@endif @endif

Informations Vendeur Particulier

@csrf
Pièce d'identité
@error('numero_document')
{{ $message }}
@enderror @if($shouldClearField('numero_document', $raisonRejet))
veuillez corriger ce champ
@endif
@error('date_emission_document')
{{ $message }}
@enderror @if($shouldClearField('date_emission_document', $raisonRejet))
veuillez corriger ce champ
@endif
@error('date_expiration_document')
{{ $message }}
@enderror @if($shouldClearField('date_expiration_document', $raisonRejet))
veuillez corriger ce champ
@endif
Justificatif officiel

Cliquez pour choisir un fichier

PDF, JPG ou PNG • Max 5 Mo

@error('document')
{{ $message }}
@enderror @if($shouldClearField('document', $raisonRejet))
veuillez corriger ce champ
@endif
Accéder à ma page vendeur

Informations Professionnelles

@csrf
Identité de l'entreprise
@error('nom_entreprise')
{{ $message }}
@enderror @if($shouldClearField('nom_entreprise', $raisonRejet))
veuillez corriger ce champ
@endif
@error('numero_registre_commerce')
{{ $message }}
@enderror @if($shouldClearField('numero_registre_commerce', $raisonRejet))
veuillez corriger ce champ
@endif
@error('numero_identification_fiscale')
{{ $message }}
@enderror @if($shouldClearField('numero_identification_fiscale', $raisonRejet))
veuillez corriger ce champ
@endif

Cliquez pour charger le document

PDF, JPG ou PNG • Max 5 Mo

@error('registre_commerce')
{{ $message }}
@enderror @if($shouldClearField('registre_commerce', $raisonRejet))
veuillez corriger ce champ
@endif
Accéder à ma page vendeur