belongsTo(User::class)->withTrashed(); } public function package() { return $this->belongsTo(Package::class)->withTrashed(); } }