5e6472948f
The mega-i18n script mis-wrapped a PHP fragment inside the array literal of a Blade @foreach on reports.blade.php (line 91). It matched the '>' from '>= 0' as an HTML tag boundary and turned the rest of the array into a broken __() string, which caused 'unexpected endforeach' compile error. Rewrote the array with proper __() calls on each label. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>