Hi,
I have 3 model tables: publishers, authors, and books (many-to-one relation between publishers-authors and authors-books).
I just want to list the publishers of a group of books in a drop down list. For that, I need a query like that it will give the publishers of these books. How can I do that?
{{ Form::select('publishers', $publishers) }}
should do the trick.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community