← Retour
ID #{{ $tender->id }}
{{ $tender->publish_at?->format('d/m/Y H:i') ?? 'Date inconnue' }} · {{ strtoupper($tender->source) }}

{{ $tender->title }}

{{ $tender->buyer_name ?? 'Acheteur inconnu' }}
Score interne @php $score = $tender->latestScore?->score; @endphp
{{ $score !== null ? $score : '—' }}
IA faisabilité
{{ $tender->ai_feasibility !== null ? ($tender->ai_feasibility.'%') : '—' }}

Infos clés

Référence
{{ $tender->source_id ?? '—' }}
Échéance
{{ $tender->deadline_at?->format('d/m/Y H:i') ?? '—' }}
Estimation
{{ $tender->ai_estimated_value ? (number_format((float)$tender->ai_estimated_value, 0, ',', ' ').' '.$tender->currency) : '—' }}
Catégorie IA
{{ $tender->ai_category ?? '—' }}
URL source
@if($tender->url) Ouvrir @else — @endif

Secteurs identifiés

@forelse($sectorNames as $name) {{ $name }} @empty @endforelse

CPV

@forelse($cpvList as $cpv) {{ $cpv }} @empty @endforelse
@if($tender->ai_summary)

Synthèse IA

{{ $tender->ai_summary }}

@endif @if($tender->description)

Description

{{ $tender->description }}
@endif

Entreprise principale (embedding)

@if($bestCompany) {{ number_format($bestCompany['score'], 1) }} / 100 @endif
@if($bestCompany)
{{ $bestCompany['name'] }}
ID #{{ $bestCompany['company_id'] }}
@if($bestCompany['city_line'])
{{ $bestCompany['city_line'] }}
@endif @if($bestCompany['website_url']) Site web @endif
Calculé le {{ $bestCompany['computed_at'] ?? '—' }}
@if(!empty($bestCompany['services']))
Services clés
@foreach($bestCompany['services'] as $service) {{ $service }} @endforeach
@endif @if(!empty($bestCompany['sectors']))
Secteurs couverts
@foreach($bestCompany['sectors'] as $sector) {{ $sector }} @endforeach
@endif @if($bestCompany['description_short'] ?? null)
Présentation

{{ $bestCompany['description_short'] }}

@endif @if($bestCompany['description_long'] ?? null)
Détails

{{ $bestCompany['description_long'] }}

@endif
@else

Aucune entreprise liée n'a encore été évaluée pour cet appel d'offres.

@endif

Entreprises reliées ({{ $companyRows->count() }})

Triées par score de proximité
@forelse($companyRows as $row) @empty @endforelse
Entreprise Secteurs Localisation Score Calculé le Site
{{ $row['name'] }}
ID #{{ $row['company_id'] }}
@forelse($row['sectors'] as $sector) {{ $sector }} @empty @endforelse
{{ $row['city_line'] ?? '—' }} {{ number_format($row['score'], 1) }} / 100 {{ $row['computed_at'] ?? '—' }} @if($row['website_url']) Visiter @else @endif
Aucune entreprise liée pour l'instant.