I figured it out:
$book_readings = BookReading::whereIn('location_id', $book_stores)
->with('authors')
->get();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community