Supplier Dashboard Test

Supplier: {{ $supplier->business_name }}

Total Products: {{ $stats['total_products'] }}

Products Found: {{ $topProducts->count() }}

@if($topProducts->count() > 0)

Products:

@endif