gundogduyakici Merhaba, Laravel notification kullanıyorum ama sıralamayı sondan yapmak istiyorum ama işe yaramıyor. $user->notifications->sortBy('created_at'); Önerisi olan var mı?
mgsmus gundogduyakici $user->notifications->sortByDesc('created_at'); ya da $user->notifications()->latest()->get();