inRandomOrder()->get(); return response()->json([ 'success' => true, 'message' => 'Data fetched successfully.', 'result' => $data ]); } }