belongsToMany(RepairOrder::class) ->withPivot('quantity_used', 'unit_cost') ->withTimestamps(); } }