belongsTo(Information::class); } public function category() { return $this->belongsTo(Category::class); } public function getCreatedAtTextAttribute() { return Carbon::parse($this->attributes['created_at'])->diffForHumans(); } }