loadMissing('notifications'); } public function notifications() { return auth()->user()->unreadNotifications()->limit(5)->get()->toArray(); } }