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