@foreach ($users as $user) @endforeach @if ($users->isEmpty()) @endif
# {{ __('Name') }} {{ __('Email') }} {{ __('Joined') }}
{{ $users->firstItem() + $loop->index }} {{ $user->name }} {{ $user->email }} {{ $user->created_at->format('d M Y') }}
{{ __('No users found.') }}
@if ($users->hasPages())
{{ $users->links() }}
@endif