You can access environmental values with the env function. This function behaves just like the Laravel helper function.
env
{% if env("APP_DEBUG") %} You are debugging! {% endif %}