Laravel Eloquent: eager loading of multiple nested relationships February 11, 2023 by Tarik You can do $books = App\Book::with('author.contacts','author.publishers')->get();