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