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

Lot {{ $lot->number ?? '—' }} — {{ $lot->title }}

{{ $tender->title }}
Acheteur: {{ $tender->buyer_name ?? '—' }}
Estimation
{{ $lot->estimated_value ? number_format((float) $lot->estimated_value, 0, ',', ' ') . ' ' . ($lot->currency ?? 'EUR') : '—' }}
Secteurs
{{ $lot->sector_names ? implode(', ', $lot->sector_names) : '—' }}

Description

{{ $lot->description ?? 'Non renseigné' }}

Procédure

Contrat
{{ $tender->contract_type ?? '—' }}
Procédure
{{ $tender->procedure ?? '—' }}
Date limite
{{ $tender->deadline_at?->format('d/m/Y H:i') ?? '—' }}

Entreprises les plus proches

Top {{ $scores->count() }}
@forelse($scores as $row) @empty @endforelse
Entreprise Score Calculé le
{{ $row->company?->name ?? ('#'.$row->company_id) }}
ID #{{ $row->company_id }}
{{ number_format($row->proximity_score, 1) }} / 100 {{ optional($row->computed_at)->format('d/m/Y H:i') ?? '—' }}
Aucune entreprise enregistrée.