{{ $supplier->name }} — Bidder Profile

{{ $supplier->name }}

{{ ucfirst($supplier->status) }} {{ $supplier->category }}
Compliance Info
TIN Number
{{ $supplier->tin_number ?? 'N/A' }}
Registration No.
{{ $supplier->registration_number ?? 'N/A' }}
Contact Person
{{ $supplier->contact_person ?? 'N/A' }}
Email
{{ $supplier->email ?? 'N/A' }}
Phone
{{ $supplier->phone ?? 'N/A' }}
Bidding History
{{ $supplier->bids->count() }} Bids
@forelse($supplier->bids as $bid) @empty @endforelse
Procurement Bid Amount Score Result
{{ $bid->procurement->reference }}
{{ $bid->procurement->title }}
{{ $bid->currency }} {{ number_format($bid->bid_amount, 0) }} {{ $bid->combined_score ?? 'N/A' }} @if($bid->rank == 1) Won @else Lost @endif
No bidding history found.