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 --}}
Documentation > Theme Development
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 --}}