Paramétrage

@if (session('status'))
{{ session('status') }}
@endif
@if($tab==='company')
@foreach($sectors as $s) @endforeach
Astuce: tu peux préremplir via IA si le SIRET ou le site est renseigné.
Préremplir via IA Enregistrer l’entreprise
@if($company->enrichment_status)
Statut enrichissement : {{ $company->enrichment_status }} @if($company->enriched_at) (dernier : {{ $company->enriched_at->format('d/m/Y H:i') }}) @endif
@endif @if(!empty($company->enrichment_warnings))

Warnings

    @foreach($company->enrichment_warnings as $warning)
  • {{ $warning }}
  • @endforeach
@endif
@endif @if($tab==='docs')
Ajouter le document

Documents existants

@forelse($companyDocuments as $d)
{{ $d->title }} ({{ $d->type }})
{{ $d->description }}
@if($d->file_path) Télécharger @endif
@empty
Aucun document.
@endforelse
@endif @if($tab==='ai')
Lancer le préremplissage IA Ne sauvegarde rien tant que tu n’as pas cliqué sur “Enregistrer l’entreprise”.
Journal
{{ $ai_log ?: '—' }}
JSON extrait
{{ json_encode($ai_result, JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE) }}
@endif