$id_agent]); return $this->successResponse($networks); } public function show($id_wallet) { $wallet = Wallet::findOrFail($id_wallet); return $this->successResponse($wallet); } }