Thanks for following up and confirming, @StuardoRodriguez
You’re right — the issue is still reproducible when using raw PHP control structures inside Blade (<?php if … ?>, <?php foreach … ?>). The recommended approach is to use Blade directives (@if, @foreach, etc.), which both avoid the formatting problem and are the intended Blade syntax.
That said, we do still plan to address the underlying issue so that mixing PHP tags won’t break formatting.
Thanks again for reporting 🙏