Como verificar se há um usuário autenticado Laravel

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