$this->id, 'title' => $this->title, 'slug' => $this->slug, 'content' => $this->content, 'is_published' => $this->is_published, 'category' => $this->category, 'tags' => TagResource::collection($this->tags()->get()), 'authors' => $this->authors, 'gallery' => $this->images, 'reading_time' => $this->reading_time, 'created_post' => Carbon::parse($this->publish_at)->diffforhumans(), ]; } }