$this->id, 'title' => $this->title, 'description' => $this->description, 'long_ago' => $this->created_at->diffForHumans(), 'created_at' => $this->created_at->format('d-m-Y') ]; } }