where('status', true); } public function getCompanyLogoAttribute($value) { return imagePath('public/uploads/manufactures_company/logo/').$value; } public function category(){ return $this->hasMany(CompanyCategory::class,'companies_id'); } }