Multisite - how get all model translations?

How can I get all model translation?

This return only active site model:

Blog::where('site_root_id', 1)

  • 1, or maybe just cannot find in docs.