{{ Auth::user()->name }}

Buyer Account

Edit Profile
Dashboard My Requirements Inquiries / Messages Quote Requests @php $pendingQuotes = \App\Models\Quote::whereHas('rfq', fn($q) => $q->where('buyer_id', Auth::user()->buyer?->id))->whereIn('status', ['pending', 'viewed'])->count(); @endphp @if($pendingQuotes > 0) {{ $pendingQuotes }} @endif Favorites Saved Searches
ACCOUNT
Logout