avec () relation multiple
$books = Book::with('author', 'publisher')->get();
Fantastic Falcon
$books = Book::with('author', 'publisher')->get();