Get Index value from foreach in laravel

 foreach($abc as $data)

{

$indexVal = $loop->index;

}

Comments