public function destroyAll()
 {
     $this->notification->deleteAllForUser($this->auth->check()->id);
     flash(trans('notification::messages.all notifications deleted'));
     return redirect()->route('admin.notification.notification.index');
 }