Level 73
Show us some of your code so we can understand your question better.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am using stylesheet inside my blade template using ... tag. Since I wanted to use variables coming from the controller to use class properties. But I can't use neither {{$var}} nor {!! $var !!} inside style, not even raw Suggest me what else can I do!
Actually I figured It out that it actually takes PHP variables inside style tag... just there was problem in IDE i was working (VS Code), that showed the error!
Please or to participate in this conversation.