Total Influencers
{{ $user->where('type', 'influencer')->whereNotNull('email_verified_at')->count() }}
Total Houses
{{ $user->where('type', 'house')->whereNotNull('email_verified_at')->count() }}
Total Brands
{{ $user->where('type', 'brand')->whereNotNull('email_verified_at')->count() }}
Total Collaboration Concierges
{{ $user->where('type', 'collaboration_concierge')->whereNotNull('email_verified_at')->count() }}