n How to use $loop variable in foreach in blade in laravel 7 | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
Category:

in this tuto, I'll show you How to use $loop variable in foreach in blade in laravel 7.

Inside of foreach loop, check if current entry is first/last by just using $loop variable.

Example:

@foreach ($users as $user)
    @if ($loop->first)
        This is the first iteration.
    @endif
    @if ($loop->last)
        This is the last iteration.
    @endif
    <p>This is user {{ $user->id }}</p>
@endforeach

 

There are also other properties like $loop->iteration or $loop->count.
More here: https://laravel.com/docs/master/blade#the-loop-variable

We are Recommending you

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook