'decimal:2', 'land_value' => 'decimal:2', 'foundation_value' => 'decimal:2', 'discount_details' => 'array', ]; public function salesPhase() { return $this->belongsTo(SalesPhase::class); } public function product() { return $this->belongsTo(Product::class); } }