$this->id, 'name' => $this->name, 'cover' => $this->cover, 'director' => $this->director, 'area' => $this->area, 'description' => $this->description, 'category_id' => $this->category_id, 'category' => RegionCategoryResource::make($this->whenLoaded('category')), 'current_plant' => RegionPlantResource::make($this->whenLoaded('currentPlant')), ]; } }