public function getOne($notice_id)
 {
     return $this->notification_model->where('id', $notice_id)->firstOrFail();
 }