This code works, however in my learning of Laravel, I want to know if using Blade+Laravel syntax, can be better implemented
I'm not sure is the best way to do, but works.
@while ($z < 3) {{ "test".$z }} @endwhile