load relation from other ralation laravel code example Example: laravel load relation on a relation $books = Book::with('author.contacts')->get();