Blog User Guide Documentation API Login Register

Documentation > Theme Development

Comments

Last updated February 16, 2024

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 theme:

{{-- This comment will not be present in the rendered HTML --}}