left join

copy

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