belongsTo(SaleOrder::class); } public function tax() { return $this->belongsTo(Tax::class); } public function getTAttribute() { return $this->tax->id ?? ""; } }