Laravel $ Loop Interation
$loop->iteration => The current loop iteration (starts at 1).
@foreach ($users as $user)
{{$loop->iteration}}
@endforeach
Mohamad
$loop->iteration => The current loop iteration (starts at 1).
@foreach ($users as $user)
{{$loop->iteration}}
@endforeach