timestamps = false; } public function agent() { return $this->belongsTo(Agent::class)->withTrashed(); } public function order() { return $this->belongsTo(Order::class); } }