#100DaysOfLaravel Day 1
Did you know:
In Laravel blade, you can use the $loop variable to check if a loop is at its first or last iteration, rather than using $i and $i++ combo.

#100DaysOfCode day 1
PS: Credit where due, most of the tips I post come from here: https://github.com/LaravelDaily/laravel-tips

