The auth_* functions provide limited access to the \Illuminate\Contracts\Auth\Guard class.
auth_*
\Illuminate\Contracts\Auth\Guard
{% if auth_check() %} Hello {{ auth_user().display_name }}! {% endif %} {% if auth_guest() %} Welcome guest! {% endif %}