belongsTo(Supplier::class); } public function agent() { return $this->belongsTo(Agent::class); } public function industryProduct() { return $this->belongsTo(IndustryProduct::class); } }