check() && auth()->user()->phoneIsVerified()) { return redirect(Nova::path()); } return $next($request); } }