'decimal:2', 'labor_cost' => 'decimal:2', 'machine_cost' => 'decimal:2', 'overhead_cost' => 'decimal:2', 'total_cost' => 'decimal:2', ]; public function productionOrder() { return $this->belongsTo(ProductionOrder::class); } }