I already fixed it. In my model history I add withtrashed. public function history() { return $this->hasMany(History::class)->withTrashed(); }