$list = Participant::where('IDUser', 1)->get(); for($item in $list) { $event = $item->event; // ... other code ... }