i am trying to get the name of the supplier of each product but when i do this
@foreach ($products as $product )
<tr>
<th scope="row"></th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
@endforeach
it says Property [name] does not exist on this collection instance however when i do this
<td></td>
this is what is what it shows me [{"id":1,"name":"test","address":"test","created_at":null,"updated_at":null,"pivot":{"product_id":1,"supplier_id":1}}]
so i think the relationship exists i just cant figure out how to loop through it
side note : i did indeed insert data through phpmyadmin and not seed ,
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire