Updating docs for Blade comments
This commit is contained in:
parent
3d7dc61697
commit
75033f6287
|
@ -129,6 +129,12 @@ #### Blade comments:
|
|||
{{-- This is a comment --}}
|
||||
...
|
||||
@endif
|
||||
|
||||
{{--
|
||||
This is
|
||||
a multi-line
|
||||
comment.
|
||||
--}}
|
||||
|
||||
> **Note:** Blade comments, unlike HTML comments, are not visible in the HTML source.
|
||||
|
||||
|
|
Loading…
Reference in New Issue