Verification Level
Level {{ $vendor->verification_level ?? 1 }}
{{ $levelLabels[$vendor->verification_level ?? 1] ?? 'Basic' }}
KYC Status
{{ $vs['kyc_label'] ?? ucwords(str_replace('_', ' ', $vendor->normalizedKycStatus())) }}
Trust Score
{{ $vendor->trust_score ?? 0 }}/100
{{ $vs['trust_tier_label'] ?? ucfirst($vendor->trust_tier ?? 'bronze') }}
Products
{{ $vs['product_count'] ?? $vendor->products_count ?? 0 }}
@if($vs['product_limit'] ?? null)
/ {{ $vs['product_limit'] }} limit
@else
Unlimited
@endif
Store Health{{ $vs['store_health'] ?? 0 }}%
Bank Verified:
@if($vendor->bank_verified)
Yes
@else
No
@endif
Seller Type:
{{ ucfirst($vendor->seller_type ?? 'individual') }}
@if(($vs['on_hold_payouts'] ?? 0) > 0)
{{ $vs['on_hold_payouts'] }} withdrawal(s) on 5-day security hold.
@endif