'decimal:2', 'retail_price' => 'decimal:2', 'tax' => 'decimal:2', ]; /** * Bundle al que pertenece este precio */ public function bundle() { return $this->belongsTo(Bundle::class); } }