Updating docs for Blade comments

This commit is contained in:
Aaron Kuzemchak
2012-06-04 14:51:42 -04:00
parent 3d7dc61697
commit 75033f6287

View File

@@ -129,6 +129,12 @@ Blade makes writing your views pure bliss. To create a blade view, simply name y
{{-- This is a comment --}}
...
@endif
{{--
This is
a multi-line
comment.
--}}
> **Note:** Blade comments, unlike HTML comments, are not visible in the HTML source.