Guest User

Untitled

a guest
Jan 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @foreach($productsd as $product)
  2. <tr>
  3. <td>{{$product->id}}</td>
  4. <td>{{$product->name}}</td>
  5.  
  6. </tr>
  7. @endforeach
Add Comment
Please, Sign In to add comment