Bids Received

@forelse($bids as $bid) @empty @endforelse
Supplier Amount Submitted At Status
{{ $bid->supplier->name ?? 'N/A' }} {{ $procurement->currency }} {{ number_format($bid->amount, 2) }} {{ $bid->created_at->format('d M Y, H:i') }} {{ ucfirst($bid->status) }}
No bids were submitted.

Evaluation Records

@forelse($procurement->evaluations as $evaluation) @empty @endforelse
Evaluator Bid Score Comments Date
{{ $evaluation->evaluator->name ?? 'N/A' }} {{ $evaluation->bid->supplier->name ?? 'N/A' }} {{ $evaluation->score }} / 100 {{ $evaluation->comments }} {{ $evaluation->created_at->format('d M Y, H:i') }}
No evaluation records found.