Commit 75033f62 authored by Aaron Kuzemchak's avatar Aaron Kuzemchak

Updating docs for Blade comments

parent 3d7dc616
......@@ -130,6 +130,12 @@ Blade makes writing your views pure bliss. To create a blade view, simply name y
...
@endif
{{--
This is
a multi-line
comment.
--}}
> **Note:** Blade comments, unlike HTML comments, are not visible in the HTML source.
<a name="blade-layouts"></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment