← Retour

Éditer l’entreprise

@if (session('status'))
{{ session('status') }}
@endif

Astuce: tu peux préremplir via IA si le SIRET ou le site est renseigné.

@php $statusClass = match($enrichment_status) { 'running' => 'bg-amber-100 text-amber-800 dark:bg-amber-900/50 dark:text-amber-200', 'queued' => 'bg-blue-100 text-blue-800 dark:bg-blue-900/50 dark:text-blue-200', 'failed' => 'bg-red-100 text-red-800 dark:bg-red-900/50 dark:text-red-200', default => 'bg-emerald-100 text-emerald-800 dark:bg-emerald-900/50 dark:text-emerald-200' }; @endphp
Statut enrichissement : {{ $enrichment_status ?? '—' }}
@if($enriched_at_label)
Dernier run : {{ $enriched_at_label }}
@endif
@if(!empty($enrichment_warnings))

Warnings

    @foreach($enrichment_warnings as $warning)
  • {{ $warning }}
  • @endforeach
@endif
Vecteur embedding @if($vectorDim) {{ $vectorDim }} dimensions @else Non disponible @endif
@if($vectorDim)

Prévisualisation :

{{ $vectorPreview }}

Actualise en relançant l’enrichissement ou en sauvegardant après modifications significatives.

@else

Aucun embedding stocké pour l’instant.

@endif
@php $enrichedCompany = $company; $presentationBullets = (array) ($enrichedCompany->presentation_bullets ?? []); $contactEmails = (array) ($enrichedCompany->contact_emails ?? []); $contactPhones = (array) ($enrichedCompany->contact_phones ?? []); $embeddingTexts = (array) ($enrichedCompany->embedding_texts ?? []); $structuredEmbeddingInput = (array) ($enrichedCompany->embedding_input ?? []); $structuredEmbeddingText = $enrichedCompany->embedding_text ?? null; $evidence = (array) ($enrichedCompany->enrichment_evidence ?? []); @endphp @if(!empty($presentationBullets) || !empty($contactEmails) || !empty($contactPhones) || !empty($embeddingTexts))

Profil enrichi

@if($enriched_at_label) Mis à jour {{ $enriched_at_label }} @endif
@if($description_short)

Description courte

{{ $description_short }}

@endif @if(!empty($presentationBullets))

Présentation détaillée

    @foreach($presentationBullets as $bullet)
  • {{ $bullet }}
  • @endforeach
@endif @if(!empty($contactEmails) || !empty($contactPhones))

Contacts

@foreach($contactEmails as $mail) @endforeach @foreach($contactPhones as $phone)
📞 {{ $phone }}
@endforeach
@endif @if(!empty($embeddingTexts))

Textes embeddings

@foreach($embeddingTexts as $section => $text)
{{ strtoupper($section) }}
{{ $text }}
@endforeach
@endif @if(!empty($structuredEmbeddingText) || !empty($structuredEmbeddingInput))

Embedding normalisé

@if(!empty($structuredEmbeddingText))
Texte utilisé
{{ $structuredEmbeddingText }}
@endif @if(!empty($structuredEmbeddingInput))
JSON structuré
{{ json_encode($structuredEmbeddingInput, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
@endif
@endif
@if(!empty($evidence['used_urls']) || !empty($evidence['key_snippets']))
@if(!empty($evidence['used_urls']))

URLs utilisées

    @foreach($evidence['used_urls'] as $url)
  • {{ $url }}
  • @endforeach
@endif @if(!empty($evidence['key_snippets']))

Snippets clés

    @foreach($evidence['key_snippets'] as $snippet)
  • {{ $snippet }}
  • @endforeach
@endif
@endif
@endif

Utilisateurs associés

@foreach($allUsers as $u) @endforeach

Cochez pour associer/dissocier des utilisateurs à cette entreprise.

Secteurs

@foreach($allSectors as $s) @endforeach

Sélectionnez les secteurs pertinents pour la société.