I have this Controller :
public function user_predects() { $matches=Match::with(\'Predect\')->get(); return ($matches); }