how to select name parent table in model laravel code example Example: how to select name parent table in model laravel $books = App\Book::with('author.contacts')->get();