credit_price) { return $this->credit_price; } return $this->cash_price; } public function unit() { return $this->belongsTo(Unit::class); } }