BY Best Interview Question ON 17 Nov 2019

Example

use Illuminate\Support\Facades\Auth;

$userinfo = Auth::user();

print_r($userinfo );