'integer', 'unit_price' => 'decimal:2', 'total' => 'decimal:2', ]; public function quotation() { return $this->belongsTo(Quotation::class); } }