Skip to content

Instantly share code, notes, and snippets.

@moradi-morteza
Created December 26, 2020 08:08
Show Gist options
  • Save moradi-morteza/5c44b8b1d0c4f02352ade28b5bdfdfb8 to your computer and use it in GitHub Desktop.
Save moradi-morteza/5c44b8b1d0c4f02352ade28b5bdfdfb8 to your computer and use it in GitHub Desktop.
[paginate]
@foreach($users as $key => $user)
<tr>
<td>{{ $users->firstItem() + $key }}</td>
<td>{{ $user->name }}</td>
<td>{{ $user->email }}</td>
</tr>
@endforeach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment