latest()->get(); return response()->json([ 'message' => __('Data fetched successfully.'), 'data' => $plans, ]); } }