Updating docs for Blade comments

This commit is contained in:
Aaron Kuzemchak 2012-06-04 14:51:42 -04:00
parent 3d7dc61697
commit 75033f6287
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ #### Blade comments:
{{-- This is a comment --}} {{-- This is a comment --}}
... ...
@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.