Como selecionar o nome da tabela pai no modelo Laravel
$books = App\Book::with('author.contacts')->get();
Homeless Hummingbird
$books = App\Book::with('author.contacts')->get();