When you have that code included at the top of the page, you can echo out anything you want about the currently authenticated user. The same as you would do it inside the Vanguard's source code.
For example:
echo Auth::user()->present()->name;
or
echo Auth::user()->present()->avatar;
Regards,
Milos
Hey Torsten,
Ok, great! I'm glad that you found the solution and that you got it working now. :)
Kind regards,
Milos