how to get data from other table that is not directly related in laravel?
I'm quite new to Laravel so I don't quite understand the eloquent and it's query syntaxes. I want to get the name field in table products from ProposalController, but the table relationships are like this: I read that I can…