username; return $auth; } public static function CurrentLoginData() { $auth = Auth::user(); return $auth; } }