loadMissing('notifications'); } public function notifications() { $notifications = auth()->user()->unreadNotifications()->limit(5)->get(); return response()->json(['notifications'=> $notifications], 200); } }