So wählen Sie die übergeordnete Tabelle in Modell Laravel aus.
$books = App\Book::with('author.contacts')->get();
Homeless Hummingbird
$books = App\Book::with('author.contacts')->get();