Open procurements in the Solicitation or Bidding stage. Manage clarifications and addenda.
| Reference | Title | Method | Closing Date | Bids Received | Clarifications | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $proc->reference }} |
{{ $proc->title }}
{{ \Illuminate\Support\Str::limit($proc->description, 40) }}
|
{{ $proc->method }} |
@if($proc->planned_close_date)
@php $daysLeft = now()->diffInDays($proc->planned_close_date, false); @endphp
{{ $proc->planned_close_date->format('M d, Y') }}
@if($daysLeft < 0)
Closed
@elseif($daysLeft <= 3)
{{ $daysLeft }}d left
@else
{{ $daysLeft }}d left
@endif
@else
—
@endif
|
{{ $proc->bids->count() }} | @php $pending = $proc->bidClarifications->whereNull('response')->count(); @endphp @if($pending > 0) {{ $pending }} pending @else {{ $proc->bidClarifications->count() }} @endif | @if($proc->current_stage == 2) Solicitation @else Bidding @endif |
@if($proc->prequalification_required)
Apply for Prequalification
@endif
@if(now()->lt($proc->planned_close_date))
Submit Bid
@endif
Details
Bid Opening
|
|
📋
No active solicitations
Procurements in Stage 2 or 3 will appear here.
|
|||||||
| Procurement | Type | From / Bidder | Question / Subject | Date | Response | Status |
|---|---|---|---|---|---|---|
| {{ $c->procurement->reference }} | Clarification | {{ $c->bidder_name ?? 'Anonymous' }} | {{ \Illuminate\Support\Str::limit($c->question, 60) }} | {{ $c->received_at->format('M d, Y') }} | @if($c->response) {{ \Illuminate\Support\Str::limit($c->response, 60) }} @else Pending @endif | @if($c->response) Closed @else Respond @endif |
| No clarifications on record for active solicitations. | ||||||