@foreach($roles as $r) @php $counts = $this->getCounts($r['role']); @endphp
{{ $r['label'] }}
{{ $counts['total'] }} ✅ {{ $counts['verified'] }} ❌ {{ $counts['unverified'] }} 📅 {{ $counts['thisMonth'] }}
{{-- Refresh Button --}} {{-- Loading Feedback --}}
Refreshing…
@endforeach