@@if ($condition) This @@if is rendered literally, not parsed. @@endif

@{{ vueVariable }}

@{{ user.name }}
@verbatim
{{ thisIsLiteral }}
@endverbatim

Real echo: {{ $value }}

@{{-- this is a literal, not a blade comment --}}