blade comment

PHP
// Example blade (out)comment:
{{-- [YOUR CODE/TEXT HERE] --}}blade code comment@php
    //
@endphp{{ request()->has('faq') ? request()->get('faq') : '' }}<x-inputs.button/>
Source

Also in PHP: