Posts by XLannes • 25 points
2 posts
-
1
votes1
answer125
viewsQ: Doubt between relationships with Laravel and Eloquent
I have the following model, using Laravel 5.8 I ran all the records and structured the relationships. On my Dashboard I need to list in card form all reports from a specific user. How could I do…
-
1
votes1
answer183
viewsQ: Two php foreachs - Duplicate data
I have two selects that return me two arrays and I need to go through them, in the same table, but the records are being duplicated. How can I best resolve this issue ? Follow the example: <?php…