From e0c3b6f76f79bebcce5b3afa3678a1cb614598e9 Mon Sep 17 00:00:00 2001
From: Punyapal Shah <53343069+MrPunyapal@users.noreply.github.com>
Date: Wed, 24 Sep 2025 01:02:24 +0530
Subject: [PATCH] Chore: Remove false attribute passing example from blade
---
blade.md | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/blade.md b/blade.md
index 0b35c310ad..6579f3acf7 100644
--- a/blade.md
+++ b/blade.md
@@ -907,16 +907,6 @@ When passing attributes to components, you may also use a "short attribute" synt
```
-If you would like to pass `false` to an attribute, you may prefix the attribute with `!`:
-
-```blade
-{{-- Short attribute syntax... --}}
-
-
-{{-- Is equivalent to... --}}
-
-```
-
#### Escaping Attribute Rendering