$survey = Survey::where('status', true)->with('questions')->get();
return response()->json($survey);