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