diff --git a/blade.md b/blade.md index 30389aed49e..e599de1b96f 100644 --- a/blade.md +++ b/blade.md @@ -155,7 +155,7 @@ The `@` symbol may also be used to escape Blade directives: Sometimes you may pass an array to your view with the intention of rendering it as JSON in order to initialize a JavaScript variable. For example: -```blade +```php