To add some more to this: $guests = Hotel::find($hotel_id)->guest; will return a Collection. $g...
Destroy lets you optionally pass an array of id's to delete. Both ultimately call delete() on the mo...
use pmall's suggestion. That returns an array (id => city). Extjac's answer is a bit n00b.
I just had the same problem. Are you behind a loadbalancer or something similar? We are using AWS Be...
The Laravel portal for problem solving, knowledge sharing and community building.