Top Customers
@foreach($topCustomers as $topCustomer) @endforeach
Channel Name description Total Purchases Total spent
{{$topCustomer->customer?->channel_name ?? ""}}
{{$topCustomer->customer?->description ?? ""}} {{$topCustomer->total_purchases}} {{$topCustomer->total_spent}}