$this->id, 'name' => $this->name, 'address' => $this->address ?? '', 'address_lat' => $this->address_lat ?? '', 'address_lng' => $this->address_lng ?? '', 'description' => $this->description ?? '', 'map' => $this->map ?? '', 'areas' => ($this->areas ?? 0.00).' δΊ©', 'workforce' => $this->workforce ?? 0, 'crops' => KeywordResource::collection($this->whenLoaded('crops')) ]; } }