Posts by Leandro Sanjuan • 1 point
1 post
-
0
votes2
answers399
viewsQ: How to make a @foreach with Relationship Tables in Laravel
I’m using Laravel freamwork where in my database I have 2 tables: -> complainants (with the field 'id','complainant','typoacoes_id') -> typos (with id fields, 'name') Both are already with the…