Се процесира...
@foreach ($users as $user) @endforeach
#   Име Епошта Улога Опции
{{ $loop->iteration }}
@if($user->profile_photo_path) profile_photo_path) }}" alt="" class="object-fit object-center w-full h-full rounded-full"> @else @endif
{{ $user->name }} {{ $user->email }} {{-- {{ ucfirst($user->getRoleNames()->implode(', ')) }} --}} @foreach($user->getRoleNames() as $role) @if($role == 'admin') Админ @endif @if($role == 'editor') Уредувач @endif @endforeach
{{ $users->onEachSide(2)->links('custom-pagination-links-view') }}