{{ __('Derniers appels d\'offres') }}

@foreach($tenders as $t) @endforeach
Date Titre Acheteur Catégorie Source Actions
{{ $t->publish_at?->format('d/m/Y H:i') }} {{ $t->title }} {{ $t->buyer_name }} @php $names = $t->sector_names; @endphp {{ !empty($names) ? implode(', ', $names) : ($t->ai_category ?? '—') }} {{ strtoupper($t->source) }} Voir @if($t->url) Source @endif
{{ $tenders->links() }}