inner join

copy

DB::table('owners')-> join('books', 'owners.id', '=', 'books.owner_id') -> get():