This code works, however in my learning of Laravel, I want to know if using Blade+Laravel syntax, can be better implemented
@for ($i = 0; $i <= (5 - $post->images->count()); $i++) @endfor