notifications()->paginate(20); \Auth::user()->markAsRead(); return view('notifications.index', compact('notifications')); } }