Guest User

Untitled

a guest
Oct 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. foreach($furniture as $fur)
  2. {
  3. Furniture Name: $fur->fur_name
  4. Furniture Country : {{ AppCountry::where('id', $fur->country_id)->first()->country_name }}
  5. }
  6.  
  7. foreach($furniture as $fur)
  8. {
  9. Furniture Name: $fur->fur_name
  10. Furniture Country : {{ AppCountry::where('id', $fur->country_id)->first()->country_name ? AppCountry::where('id', $fur->country_id)->first()->country_name : "null/no record"}}
  11. }
Add Comment
Please, Sign In to add comment