Cómo verificar si hay un usuario autenticado Laravel

if (Auth::check()) { // The user is logged in... }
Uptight Unicorn