This variables are working perfectly, I wonder why are they with a red underline. Anyone knows how to correct this?
Error msg
Advertisement
Answer
Since VSCode doesn’t ship intellisense for [blade] template files in default, we need to install extra extensions for correct grammar checking and snippets support for .blade.php files. Here are some of them
- onecentlin.laravel-blade * works best for me

- cjhowe7.laravel-blade

@Gass Hope this helps you.

