@foreach($last_articles->chunk(3) as $row)
@foreach($row as $last_article)
@if($loop->index!=0) {{"in $loop"}} @endif
@endforeach
@if($loop->index!=0) {{"out $loop"}} @endif
@endforeach
how to access the $loop of any of foreach, that was used in the code?