$this->id, 'slug' => $this->slug, 'title' => $this->getTranslated('title_key'), 'description' => $this->getTranslated('description_key'), 'short_description' => $this->getTranslated('short_description_key'), 'image' => $this->image, 'url' => $this->url, 'github_url' => $this->github_url, 'date_completed' => $this->date_completed?->format('Y-m-d'), 'is_featured' => $this->is_featured, 'skills' => SkillResource::collection($this->whenLoaded('skills')), ]; } }