Compruebe si registra laravel
use Illuminate\Support\Facades\Auth;
if (Auth::check()) {
// The user is logged in...
}
Yellowed Yacare
use Illuminate\Support\Facades\Auth;
if (Auth::check()) {
// The user is logged in...
}