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