request->getMethod() == 'OPTIONS') { return \response()->withStatus(200, "empty content"); } else { return \response()->withStatus(404, "not found page."); } } }