belongsTo(Plant::class); } public function item(): BelongsTo { return $this->belongsTo(Item::class, 'item_id'); } public function customerPo(): BelongsTo { return $this->belongsTo(CustomerPoMaster::class, 'customer_po_master_id'); } }