authenticated user laravel code example Example 1: get user auth in laravel Auth::user(); Example 2: how to find the name of login user in laravel Auth::user()->name