User::with('friends', function($q) { $q->where('kullanici_1', '!=', Auth::id() ); })->take(10)->get();