$this->id, 'name' => $this->name, 'desc' => $this->desc, 'prizes' => DrawActivityPrizeResource::collection($this->whenLoaded('prizes')), 'start_at' => $this->start_at?->toDateTimeString(), 'end_at' => $this->end_at?->toDateTimeString(), 'bg_image' => $this->bg_image, 'bg_color' => $this->bg_color, 'status' => $this->real_status, ]; } }