service->getAll(); $resource = DeveloperResource::collection($data); return $this->sendResponse("get_data_sucssefuly", ["data" => $resource]); } }