Processing...
@foreach ($users as $user) @endforeach
  ID Name Email Role Action
@if($user->profile_photo_path) profile_photo_path) }}" alt="" class="object-fit object-center w-full h-full rounded-full"> @else @endif
{{ $user->id }} {{ $user->name }} {{ $user->email }} {{ ucfirst($user->getRoleNames()->implode(', ')) }}
{{ $users->onEachSide(2)->links('custom-pagination-links-view') }}