check()) { $path = $guard=='member'? route('home.member') : route('admin.index'); return redirect($path); } return $next($request); } }