timestamps = false; } public function agent() { return $this->belongsTo(Agent::class)->withTrashed(); } public function supplier() { return $this->belongsTo(Supplier::class)->withTrashed(); } public function industryOrder() { return $this->belongsTo(IndustryOrder::class); } }