{{ __('Appels d\'offres — Score > 80') }}

@foreach($tenders as $t) @endforeach
Date Titre Acheteur Catégorie (IA) Estimation (IA) Faisabilité (IA) Score Source Actions
{{ $t->publish_at?->format('d/m/Y H:i') }} {{ $t->title }} {{ $t->buyer_name }} {{ $t->ai_category ?? '—' }} {{ $t->ai_estimated_value !== null ? number_format((float)$t->ai_estimated_value, 0, ',', ' ') . ' €' : '—' }} @php $f = $t->ai_feasibility; @endphp {{ $f!==null ? ($f.'%') : '—' }} @php $s = $t->latestScore?->score; @endphp {{ $s!==null ? $s : '—' }} {{ strtoupper($t->source) }} Voir @if($t->url) Source @endif
{{ $tenders->links() }}