public function index()
 {
     $notifications = NotificationMapper::user($this->user);
     return view('app.pages.user.client.notification.index', compact('notifications'));
 }