The new $loop variable in Laravel 5.3

Let's take a look at another new feature that's coming in Laravel 5.3. What are Blade directives? Laravel's Blade templating language provides something called "directives", which are custom tags—often control structures—that are prefaced with @. If you've ever written templates with …