Vérifiez si Laravel enregistré

use Illuminate\Support\Facades\Auth;

if (Auth::check()) {
    // The user is logged in...
}
Yellowed Yacare