Skip to content
Discussion options

You must be logged in to vote

A @ immediately before {{ triggers Blade's directive-escape (the 'leave this for a JS framework' syntax), so it prints the braces literally. @@ doesn't save you either. Move the @ inside the echo so it's just concatenation: {{ '@'.$var }}.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kevinchamplin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant