laravel get relationship with query code example Example: laravel docs get relationship from relationship $books = Book::with('author.contacts')->get();