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