belongsTo(Category::class); } public function getCoverPathAttribute() { return $this->cover ? env('APP_URL') . '/storage/' . $this->cover : '/assets/index/img/newImg_00_active.png'; } }