public function getHeaderImageAttribute($value) { if ($this->masterProduct) { return $this->masterProduct->header_image; } else { return $value; } }