Blade also allows you to define comments in your views. However, unlike HTML comments, Blade comments are not included in the HTML returned by your application:
{{ -- This comment will not be present in the rendered HTML -- }}