@if(auth()->user()->hasRole('administrator'))
{{ $head->count() }} Country Head
Country Head
{{-- {dd($head);} --}} @if($head->count() > 0) @foreach($head->take(5) as $user) @php $initials = strtoupper(substr($user->user->name ?? '', 0, 2)); @endphp
{{ $initials }}
@endforeach @endif {{-- +{{ $head->count() }} --}}
@else
{{ $totalCount }}
Total Users
{{--
Total Users
--}}
@endif