diff --git a/blade.md b/blade.md
index acf37a67f3..33d94d1275 100644
--- a/blade.md
+++ b/blade.md
@@ -648,7 +648,7 @@ Or, if you only need to use PHP to import a class, you may use the `@use` direct
 
 A second argument may be provided to the `@use` directive to alias the imported class:
 
-```php
+```blade
 @use('App\Models\Flight', 'FlightModel')
 ```