Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 18, 2022
1 parent 3e15990 commit 91aa9a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Loops](#loops)
- [The Loop Variable](#the-loop-variable)
- [Conditional Classes](#conditional-classes)
- [Attributes Checking](#attributes-checking)
- [Additional Attributes](#additional-attributes)
- [Including Subviews](#including-subviews)
- [The `@once` Directive](#the-once-directive)
- [Raw PHP](#raw-php)
Expand Down Expand Up @@ -437,8 +437,8 @@ The `@class` directive conditionally compiles a CSS class string. The directive
<span class="p-4 text-gray-500 bg-red"></span>
```

<a name="attributes-checking"></a>
### Attributes Checking
<a name="additional-attributes"></a>
### Additional Attributes

For convenience, you may use the `@checked` directive to easily indicate if a given HTML checkbox input is "checked". This directive will echo `checked` if the provided condition evaluates to `true`:

Expand Down

0 comments on commit 91aa9a8

Please sign in to comment.