-
Mahmoud Aglan authored
The template variable display used nested {{ '{{' }} syntax which confused Blade's compiler, causing an "Unclosed '(' does not match '}'" error. Use string concatenation with {!! !!} to output literal braces. Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
4b6ad2ee