@php $stats = $this->getStats(); @endphp {{-- ── Stats row (matches Auction Monitor style) ──────────────── --}}

Total Waitlisted

{{ $stats['total_waitlisted'] }}

Eligible for Offer

{{ $stats['eligible_for_offer'] }}

Covenant Signed

{{ $stats['covenant_signed'] }}

Unsigned Covenant

{{ $stats['covenant_unsigned'] }}

Avg C.Score

{{ $stats['avg_contribution_score'] }}

Vijiwe with Queue

{{ $stats['kijiwe_with_waitlist'] }}

{{-- ── Tab switcher ────────────────────────────────────────────── --}}
All Waitlisted ({{ $stats['total_waitlisted'] }}) Eligible for Offer ({{ $stats['eligible_for_offer'] }}) Unsigned Covenant ({{ $stats['covenant_unsigned'] }}) High Score (100+)
{{-- ── Main table ──────────────────────────────────────────────── --}} {{ $this->table }}